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;
|
padding: 8px 0 4px 0;
|
||||||
}
|
}
|
||||||
#briwrap {
|
#briwrap {
|
||||||
margin-top: 0px !important;
|
margin: 0 auto !important;
|
||||||
float: none;
|
float: unset;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
.hd {
|
.hd {
|
||||||
display: none !important;
|
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)
|
// 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
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user