mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 12:33:55 -05:00
Fix: Rtl more menu
This commit is contained in:
parent
329edabcf1
commit
3c924c6694
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
|
|
||||||
.more {
|
.more {
|
||||||
direction: rtl;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 583px) {
|
@media (max-width: 583px) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue