[Glitch] Fix blur behind closed registration message
Port SCSS changes from 42b3b019e0 to glitch flavour
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		@@ -504,6 +504,10 @@ code {
 | 
				
			|||||||
  &__overlay-area {
 | 
					  &__overlay-area {
 | 
				
			||||||
    position: relative;
 | 
					    position: relative;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    &__blurred form {
 | 
				
			||||||
 | 
					      filter: blur(2px);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &__overlay {
 | 
					    &__overlay {
 | 
				
			||||||
      position: absolute;
 | 
					      position: absolute;
 | 
				
			||||||
      top: 0;
 | 
					      top: 0;
 | 
				
			||||||
@@ -514,8 +518,10 @@ code {
 | 
				
			|||||||
      justify-content: center;
 | 
					      justify-content: center;
 | 
				
			||||||
      align-items: center;
 | 
					      align-items: center;
 | 
				
			||||||
      background: rgba($ui-base-color, 0.65);
 | 
					      background: rgba($ui-base-color, 0.65);
 | 
				
			||||||
      backdrop-filter: blur(2px);
 | 
					 | 
				
			||||||
      border-radius: 4px;
 | 
					      border-radius: 4px;
 | 
				
			||||||
 | 
					      margin-left: -4px;
 | 
				
			||||||
 | 
					      margin-top: -4px;
 | 
				
			||||||
 | 
					      padding: 4px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      &__content {
 | 
					      &__content {
 | 
				
			||||||
        text-align: center;
 | 
					        text-align: center;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user