mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 09:18:46 +00:00
[Glitch] Fix sign up steps progress layout in right-to-left locales
Port 21ec596dab to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -1187,14 +1187,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user