Add RTL styles. Most of the work is done by the browser 💖
This commit is contained in:
@@ -149,3 +149,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.unlocked-icon {
|
||||
:root[dir="ltr"] & {
|
||||
left: 2px;
|
||||
}
|
||||
:root[dir="rtl"] & {
|
||||
right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user