~cytrogen/masto-fe

f5bd2014e2fc5960bfeb9bda9735ac75f455b87d — Claire 2 years ago beb5fcd
[Glitch] Fix sign up steps progress layout in right-to-left locales

Port 21ec596dabbe28a5cfc5b29362f46f47b48eb140 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M app/javascript/flavours/glitch/styles/forms.scss
M app/javascript/flavours/glitch/styles/forms.scss => app/javascript/flavours/glitch/styles/forms.scss +2 -2
@@ 1187,14 1187,14 @@ code {
  }

  li:first-child .label {
    left: auto;
    inset-inline-start: 0;
    inset-inline-end: auto;
    text-align: start;
    transform: none;
  }

  li:last-child .label {
    left: auto;
    inset-inline-start: auto;
    inset-inline-end: 0;
    text-align: end;
    transform: none;