mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18:52 +01:00 
			
		
		
		
	fix: 🐛 Login box remains on screen when logging in
This commit is contained in:
		
							parent
							
								
									0c45181a49
								
							
						
					
					
						commit
						4e3c1c6302
					
				@ -610,9 +610,9 @@ html {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Login page */
 | 
					/* Login page */
 | 
				
			||||||
.layout-desktop #loginPage {
 | 
					.layout-desktop #loginPage {
 | 
				
			||||||
    display: flex !important;
 | 
					    display: flex;
 | 
				
			||||||
    justify-content: center !important;
 | 
					    justify-content: center;
 | 
				
			||||||
    align-items: center !important;
 | 
					    align-items: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.layout-desktop #loginPage .padded-left.padded-right.padded-bottom-page.margin-auto-y {
 | 
					.layout-desktop #loginPage .padded-left.padded-right.padded-bottom-page.margin-auto-y {
 | 
				
			||||||
    background: #181818 !important;
 | 
					    background: #181818 !important;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user