1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 15:25: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 {
height: 14px;
width: 45px;
width: 30px;
z-index: 1000;
opacity: 1 !important;
-moz-user-select: none;
@ -25,7 +25,7 @@
height: 14px;
position: relative;
vertical-align: middle;
width: 35px;
width: 25px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;