mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
RTL
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
height: 4px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
margin: 16px 0;
|
||||
margin-block: 16px;
|
||||
margin-inline: 0;
|
||||
}
|
||||
|
||||
&--bar {
|
||||
@@ -27,7 +28,14 @@
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
transform: translateX(-100%);
|
||||
&:dir(ltr) {
|
||||
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
&:dir(rtl) {
|
||||
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
||||
transform: translateX(100%);
|
||||
}
|
||||
transition: transform 500ms ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user