mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix sign up steps progress layout in right-to-left locales (#26728)
This commit is contained in:
parent
bba76e7267
commit
21ec596dab
1 changed files with 2 additions and 2 deletions
|
@ -1185,14 +1185,14 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
li:first-child .label {
|
li:first-child .label {
|
||||||
left: auto;
|
|
||||||
inset-inline-start: 0;
|
inset-inline-start: 0;
|
||||||
|
inset-inline-end: auto;
|
||||||
text-align: start;
|
text-align: start;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:last-child .label {
|
li:last-child .label {
|
||||||
left: auto;
|
inset-inline-start: auto;
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
text-align: end;
|
text-align: end;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
Loading…
Reference in a new issue