1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00

UI: Reduce size of switchery selectors

This commit is contained in:
blckmn 2025-06-19 23:27:50 +10:00
parent b52b4fea66
commit c0007e9f03

View file

@ -1,7 +1,7 @@
/* Switchery sizes. */ /* Switchery sizes. */
.switchery { .switchery {
height: 14px; height: 14px;
width: 45px; width: 30px;
z-index: 1000; z-index: 1000;
opacity: 1 !important; opacity: 1 !important;
-moz-user-select: none; -moz-user-select: none;
@ -25,7 +25,7 @@
height: 14px; height: 14px;
position: relative; position: relative;
vertical-align: middle; vertical-align: middle;
width: 35px; width: 25px;
-moz-user-select: none; -moz-user-select: none;
-khtml-user-select: none; -khtml-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;