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);
|
background: var(--luna-purple);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .itoggle > span {
|
:root .itoggle {
|
||||||
display: none !important; /* Empty white span shows under toggles */
|
width: 93px !important;
|
||||||
|
height: 27px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root .progress .bar {
|
:root .progress .bar {
|
||||||
|
|
Reference in a new issue