Force itoggle size
This commit is contained in:
parent
31a664dc17
commit
78c14dc3b9
1 changed files with 3 additions and 2 deletions
|
@ -151,8 +151,9 @@
|
|||
background: var(--luna-purple);
|
||||
}
|
||||
|
||||
:root .itoggle > span {
|
||||
display: none !important; /* Empty white span shows under toggles */
|
||||
:root .itoggle {
|
||||
width: 93px !important;
|
||||
height: 27px !important;
|
||||
}
|
||||
|
||||
:root .progress .bar {
|
||||
|
|
Reference in a new issue