mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18:52 +01:00 
			
		
		
		
	Fixed scaling issues
This commit is contained in:
		
							parent
							
								
									ca4e78c48a
								
							
						
					
					
						commit
						52feb327b8
					
				@ -179,3 +179,33 @@ html {
 | 
			
		||||
    border-color: #3B3B3B !important;
 | 
			
		||||
    padding: 10px 35px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Fix for scaling issues */
 | 
			
		||||
@media (width: 1600px) {
 | 
			
		||||
    .headerRight {
 | 
			
		||||
        margin-bottom: 0 !important;
 | 
			
		||||
    }
 | 
			
		||||
    .emby-button-foreground {
 | 
			
		||||
        top: -4px !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 1599px) {
 | 
			
		||||
    .pageTitleWithLogo {
 | 
			
		||||
        margin-left: 25px !important;
 | 
			
		||||
    }
 | 
			
		||||
    .headerTabs {
 | 
			
		||||
        margin-top: -65px !important;
 | 
			
		||||
    }
 | 
			
		||||
    .headerRight {
 | 
			
		||||
        margin-right: 15px !important;
 | 
			
		||||
    }
 | 
			
		||||
    .sectionTabs {
 | 
			
		||||
        width: 11% !important;
 | 
			
		||||
        align-self: center !important;
 | 
			
		||||
    }
 | 
			
		||||
    .emby-button-foreground {
 | 
			
		||||
        top: -2px !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user