mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 08:28:52 +01:00 
			
		
		
		
	Fix for TV layout jumping left when selecting certain items
This commit is contained in:
		
							parent
							
								
									0d6f173b43
								
							
						
					
					
						commit
						a587163d43
					
				@ -135,10 +135,6 @@ progress::-webkit-progress-value {
 | 
				
			|||||||
.layout-desktop .hideMainDrawer .mainDrawer {
 | 
					.layout-desktop .hideMainDrawer .mainDrawer {
 | 
				
			||||||
    left: -320px !important;
 | 
					    left: -320px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
/* Fix for scroll menus on home page */
 | 
					 | 
				
			||||||
.emby-scroller {
 | 
					 | 
				
			||||||
    margin-right: -2% !important;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
/* Fix for collection items misalignment */
 | 
					/* Fix for collection items misalignment */
 | 
				
			||||||
.layout-desktop .collectionItems .collectionItemsContainer {
 | 
					.layout-desktop .collectionItems .collectionItemsContainer {
 | 
				
			||||||
    padding-left: 0% !important;
 | 
					    padding-left: 0% !important;
 | 
				
			||||||
@ -855,6 +851,7 @@ textarea {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
.layout-desktop .detailPageContent {
 | 
					.layout-desktop .detailPageContent {
 | 
				
			||||||
    padding-left: 3.3% !important;
 | 
					    padding-left: 3.3% !important;
 | 
				
			||||||
 | 
					    padding-right: 0 !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Re-position logo */
 | 
					/* Re-position logo */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user