mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 08:28:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			398 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			398 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Rounded buttons */
 | 
						|
 | 
						|
.navMenuOption,
 | 
						|
.navMenuOption:hover,
 | 
						|
.navMenuOption-selected {
 | 
						|
    border-radius: 100px !important;
 | 
						|
    width: 85% !important;
 | 
						|
    margin: auto !important;
 | 
						|
    text-align: center !important;
 | 
						|
}
 | 
						|
 | 
						|
.navMenuOptionIcon,
 | 
						|
.navMenuOptionText {
 | 
						|
    position: inherit !important;
 | 
						|
    left: -10% !important;
 | 
						|
    margin-top: 0 !important;
 | 
						|
}
 | 
						|
 | 
						|
.emby-button {
 | 
						|
    height: 47px !important;
 | 
						|
} |