mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 08:28:52 +01:00 
			
		
		
		
	Added static left drawer
This commit is contained in:
		
							parent
							
								
									e547db44d0
								
							
						
					
					
						commit
						21e274401d
					
				@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					/*Transparent top header */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.skinHeader {
 | 
					.skinHeader {
 | 
				
			||||||
    background-color: transparent !important;
 | 
					    background-color: transparent !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -8,7 +10,31 @@
 | 
				
			|||||||
    backdrop-filter: blur(50px) !important;
 | 
					    backdrop-filter: blur(50px) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Rounded cards */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.cardContent,
 | 
					.cardContent,
 | 
				
			||||||
.cardPadder {
 | 
					.cardPadder,
 | 
				
			||||||
 | 
					.cardOverlayContainer {
 | 
				
			||||||
    border-radius: 15px !important;
 | 
					    border-radius: 15px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* 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;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user