mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 08:28:52 +01:00 
			
		
		
		
	Added labels
This commit is contained in:
		
							parent
							
								
									95333365a6
								
							
						
					
					
						commit
						cb929bdc92
					
				@ -1,5 +1,4 @@
 | 
				
			|||||||
/* Static left drawer */
 | 
					/* Static left drawer */
 | 
				
			||||||
 | 
					 | 
				
			||||||
.layout-desktop .mainDrawer {
 | 
					.layout-desktop .mainDrawer {
 | 
				
			||||||
    transform: none !important;
 | 
					    transform: none !important;
 | 
				
			||||||
    left: 0 !important;
 | 
					    left: 0 !important;
 | 
				
			||||||
@ -7,18 +6,22 @@
 | 
				
			|||||||
    width: 250px !important;
 | 
					    width: 250px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Shift content to the right */
 | 
				
			||||||
.layout-desktop .libraryPage {
 | 
					.layout-desktop .libraryPage {
 | 
				
			||||||
    margin-left: 225px !important;
 | 
					    margin-left: 225px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Hide transition on page load */
 | 
				
			||||||
.layout-desktop .touch-menu-la.transition {
 | 
					.layout-desktop .touch-menu-la.transition {
 | 
				
			||||||
    transition: none !important;
 | 
					    transition: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Hide hamburger button */
 | 
				
			||||||
.layout-desktop .mainDrawerButton {
 | 
					.layout-desktop .mainDrawerButton {
 | 
				
			||||||
    display: none !important;
 | 
					    display: none !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Fix for dashboard height */
 | 
				
			||||||
.layout-desktop .dashboardDocument .mainDrawer {
 | 
					.layout-desktop .dashboardDocument .mainDrawer {
 | 
				
			||||||
    top: 0px !important;
 | 
					    top: 0px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user