mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			329 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* logo */
 | 
						|
.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
 | 
						|
    visibility: collapse;
 | 
						|
}
 | 
						|
 | 
						|
.topbar-wrapper .link:after {
 | 
						|
    content: url(../banner-dark.svg);
 | 
						|
    display: block;
 | 
						|
    -moz-box-sizing: border-box;
 | 
						|
    box-sizing: border-box;
 | 
						|
    max-width: 100%;
 | 
						|
    max-height: 100%;
 | 
						|
    width: 150px;
 | 
						|
}
 | 
						|
/* end logo */
 |