[Glitch] Fix profile picture preview

Port SCSS changes from bb23116e8d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Christian Schmidt 9 months ago committed by Claire
parent 296b3d1560
commit 9b094f3653
  1. 10
      app/javascript/flavours/glitch/styles/forms.scss

@ -310,9 +310,19 @@ code {
border-radius: 4px;
background: url('images/void.png');
&[src$='missing.png'] {
visibility: hidden;
}
&:last-child {
margin-bottom: 0;
}
&#account_avatar-preview {
width: 90px;
height: 90px;
object-fit: cover;
}
}
}

Loading…
Cancel
Save