More RTL improvements and some style tweaks

This commit is contained in:
daudix
2024-06-18 07:52:13 +03:00
parent fbed171669
commit ee70e5fe46
11 changed files with 73 additions and 25 deletions

View File

@ -12,7 +12,8 @@
height: 0.75rem;
content: "";
body[dir="rtl"] & {
:root[dir="rtl"] & {
transform: scaleX(-100%);
margin-right: 0.25rem;
margin-left: unset;
}