A set of style fixes for rtl langs
This commit is contained in:
@ -6,9 +6,14 @@
|
||||
opacity: 0.6;
|
||||
mask-image: $icon;
|
||||
mask-size: cover;
|
||||
margin-left: 3px;
|
||||
margin-left: 0.25rem;
|
||||
background-color: var(--primary-color);
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
content: "";
|
||||
|
||||
body[dir="rtl"] & {
|
||||
margin-right: 0.25rem;
|
||||
margin-left: unset;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user