mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			999 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			999 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Transparent header bar */
 | 
						|
.skinHeader {
 | 
						|
    background-color: transparent !important;
 | 
						|
}
 | 
						|
.layout-desktop .skinHeader {
 | 
						|
    padding-top: 1.5em !important;
 | 
						|
}
 | 
						|
 | 
						|
/* Rounded header buttons */
 | 
						|
.headerTabs,
 | 
						|
.headerRight {
 | 
						|
    background-color:rgba(35, 35, 35, 0.5) !important;
 | 
						|
    border-radius: 50px !important;
 | 
						|
    backdrop-filter: blur(50px) !important;
 | 
						|
}
 | 
						|
 | 
						|
/* Lower header and add padding to right buttons */
 | 
						|
.layout-desktop .headerRight {
 | 
						|
    padding: 0px 5px !important;
 | 
						|
}
 | 
						|
 | 
						|
/* Header size */
 | 
						|
.layout-desktop .headerTabs {
 | 
						|
    height: 52px !important;
 | 
						|
    top: 1px !important;
 | 
						|
}
 | 
						|
.layout-mobile .headerTabs {
 | 
						|
    height: 45px !important;
 | 
						|
}
 | 
						|
 | 
						|
/* Center text */
 | 
						|
.emby-button-foreground {
 | 
						|
    top: -6px !important;
 | 
						|
}
 | 
						|
 | 
						|
/* Mobile fixes */
 | 
						|
.layout-mobile .headroom--unpinned {
 | 
						|
    transform: translateY(-50%);
 | 
						|
}
 | 
						|
.layout-mobile .sectionTabs {
 | 
						|
    margin-left: auto !important;
 | 
						|
    margin-right: auto !important;
 | 
						|
    width: auto !important;
 | 
						|
}
 | 
						|
.layout-mobile .emby-button-foreground {
 | 
						|
    top: -2px !important;
 | 
						|
} |