mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 08:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			463 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			463 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Static left drawer */
 | 
						|
 | 
						|
.layout-desktop .mainDrawer {
 | 
						|
    transform: none !important;
 | 
						|
    left: 0 !important;
 | 
						|
    top: 65px !important;
 | 
						|
    width: 250px !important;
 | 
						|
}
 | 
						|
 | 
						|
.layout-desktop .libraryPage {
 | 
						|
    margin-left: 225px !important;
 | 
						|
}
 | 
						|
 | 
						|
.layout-desktop .touch-menu-la.transition {
 | 
						|
    transition: none !important;
 | 
						|
}
 | 
						|
 | 
						|
.layout-desktop .mainDrawerButton {
 | 
						|
    display: none !important;
 | 
						|
}
 | 
						|
 | 
						|
.layout-desktop .dashboardDocument .mainDrawer {
 | 
						|
    top: 0px !important;
 | 
						|
} |