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

@ -21,7 +21,7 @@
&:has(.draft-badge, .archive-badge) h3 {
margin-right: 7rem;
body[dir="rtl"] & {
:root[dir="rtl"] & {
margin-right: unset;
margin-left: 7rem;
}
@ -44,7 +44,7 @@
height: 1rem;
}
body[dir="rtl"] & {
:root[dir="rtl"] & {
right: unset;
left: 0;
}