mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Fix revert icon position in RTL
This commit is contained in:
parent
c11e40b11b
commit
b36f367030
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
color: var(--fg-faint);
|
color: var(--fg-faint);
|
||||||
&.rtl {
|
&.rtl {
|
||||||
right: unset;
|
right: unset;
|
||||||
left: var(--offset);
|
left: -1.7em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.config-input {
|
.config-input {
|
||||||
|
|
Loading…
Reference in a new issue