Browse Source

[Glitch] Fix blur behind closed registration message

Port SCSS changes from 42b3b019e0 to glitch flavour

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
ThibG 5 years ago
committed by Thibaut Girka
parent
commit
271b2e68f3
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      app/javascript/flavours/glitch/styles/forms.scss

+ 7
- 1
app/javascript/flavours/glitch/styles/forms.scss View File

@ -504,6 +504,10 @@ code {
&__overlay-area {
position: relative;
&__blurred form {
filter: blur(2px);
}
&__overlay {
position: absolute;
top: 0;
@ -514,8 +518,10 @@ code {
justify-content: center;
align-items: center;
background: rgba($ui-base-color, 0.65);
backdrop-filter: blur(2px);
border-radius: 4px;
margin-left: -4px;
margin-top: -4px;
padding: 4px;
&__content {
text-align: center;

Loading…
Cancel
Save