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 */
 | 
			
		||||
.layout-desktop #loginPage {
 | 
			
		||||
    display: flex !important;
 | 
			
		||||
    justify-content: center !important;
 | 
			
		||||
    align-items: center !important;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    justify-content: center;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
}
 | 
			
		||||
.layout-desktop #loginPage .padded-left.padded-right.padded-bottom-page.margin-auto-y {
 | 
			
		||||
    background: #181818 !important;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user