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

@ -100,6 +100,11 @@
position: relative;
margin-right: 0.625rem;
body[dir="rtl"] & {
margin-right: unset;
margin-left: 0.625rem;
}
&::after {
position: absolute;
top: 0;
@ -108,6 +113,11 @@
width: 1px;
height: 110%;
content: "";
body[dir="rtl"] & {
right: unset;
left: -0.5rem;
}
}
a {