A set of style fixes for rtl langs

This commit is contained in:
daudix
2024-06-17 05:21:54 +03:00
parent f7dcab6c1d
commit 2abb4d234c
8 changed files with 108 additions and 48 deletions

View File

@ -18,6 +18,10 @@
padding-right: 0;
padding-left: 1rem;
text-align: right;
body[dir="rtl"] & {
text-align: left;
}
}
.nav-arrow {