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:
parent
b52b4fea66
commit
c0007e9f03
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue