mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
fix(client/rtl): toggling not working
This commit is contained in:
parent
d19d05ec7b
commit
8a8727e6df
@ -62,6 +62,10 @@ body[dir=rtl] .switch-widget .switch-button:after {
|
||||
background 100ms ease-in;
|
||||
}
|
||||
|
||||
body[dir=rtl] .switch-widget .switch-button.on:after {
|
||||
--x: calc((var(--switch-track-width) - var(--switch-thumb-width) - var(--y)) * -1);
|
||||
}
|
||||
|
||||
|
||||
.switch-widget .switch-button input[type="checkbox"] {
|
||||
/* A hidden check box for accesibility purposes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user