]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix blur behind closed registration message
authorThibG <thib@sitedethib.com>
Fri, 22 Nov 2019 14:56:59 +0000 (15:56 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sat, 23 Nov 2019 18:08:46 +0000 (19:08 +0100)
Port SCSS changes from 42b3b019e01ee0c290a510483a2400e85cc250f1 to glitch flavour

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/forms.scss

index 747c5309d7dbd356e475e562ebea8ec90c21a322..1920c33ea2ba2f7fdb393e260aa08f87058175d5 100644 (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;