A set of style fixes for rtl langs
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user