- top buttons not working on mobile
This commit is contained in:
Blaz Kristan 2023-04-09 11:06:42 +02:00
parent dfa0a16487
commit 206b88eba2
3 changed files with 1961 additions and 1960 deletions

View File

@ -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;

File diff suppressed because it is too large Load Diff

View File

@ -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