Bugfix.
- top buttons not working on mobile
This commit is contained in:
parent
dfa0a16487
commit
206b88eba2
@ -1509,8 +1509,9 @@ TD .checkmark, TD .radiomark {
|
||||
padding: 8px 0 4px 0;
|
||||
}
|
||||
#briwrap {
|
||||
margin-top: 0px !important;
|
||||
float: none;
|
||||
margin: 0 auto !important;
|
||||
float: unset;
|
||||
display: inline-block;
|
||||
}
|
||||
.hd {
|
||||
display: none !important;
|
||||
|
3914
wled00/html_ui.h
3914
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
// version code in format yymmddb (b = daily build)
|
||||
#define VERSION 2304040
|
||||
#define VERSION 2304090
|
||||
|
||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||
//#define WLED_USE_MY_CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user