Archived
1
0
Fork 0

Force itoggle size

This commit is contained in:
Ryze 2023-07-13 20:48:39 +03:00
parent 31a664dc17
commit 78c14dc3b9
Signed by untrusted user who does not match committer: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -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 {