mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18:52 +01:00 
			
		
		
		
	Minor changes to dashboard drawer
This commit is contained in:
		
							parent
							
								
									1f94534ce9
								
							
						
					
					
						commit
						f5a395b044
					
				@ -487,7 +487,6 @@ html,
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
.layout-desktop a[data-role="button"] {
 | 
					.layout-desktop a[data-role="button"] {
 | 
				
			||||||
    background: none !important;
 | 
					    background: none !important;
 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.layout-desktop div[data-role="controlgroup"] a.ui-btn-active {
 | 
					.layout-desktop div[data-role="controlgroup"] a.ui-btn-active {
 | 
				
			||||||
    background: var(--primary-accent-color) !important;
 | 
					    background: var(--primary-accent-color) !important;
 | 
				
			||||||
@ -550,6 +549,7 @@ html,
 | 
				
			|||||||
    border-radius: 100px !important;
 | 
					    border-radius: 100px !important;
 | 
				
			||||||
    margin: 2px 15px !important;
 | 
					    margin: 2px 15px !important;
 | 
				
			||||||
    transition: .2s !important;
 | 
					    transition: .2s !important;
 | 
				
			||||||
 | 
					    height: 45px !important
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.MuiList-subheader .MuiListItemButton-root:not(.Mui-selected) {
 | 
					.MuiList-subheader .MuiListItemButton-root:not(.Mui-selected) {
 | 
				
			||||||
    color: #D1D1D1
 | 
					    color: #D1D1D1
 | 
				
			||||||
@ -564,7 +564,8 @@ html,
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
.MuiDrawer-paper {
 | 
					.MuiDrawer-paper {
 | 
				
			||||||
    border-right: none !important;
 | 
					    border-right: none !important;
 | 
				
			||||||
    background: var(--secondary-background-color)
 | 
					    background: var(--secondary-background-color) !important;
 | 
				
			||||||
 | 
					    width: 250px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.MuiListItemIcon-root {
 | 
					.MuiListItemIcon-root {
 | 
				
			||||||
    color: inherit !important;
 | 
					    color: inherit !important;
 | 
				
			||||||
@ -714,14 +715,19 @@ html,
 | 
				
			|||||||
/* Move description box */
 | 
					/* Move description box */
 | 
				
			||||||
.layout-desktop .detailPagePrimaryContent {
 | 
					.layout-desktop .detailPagePrimaryContent {
 | 
				
			||||||
    padding-left: 20.4vw !important;
 | 
					    padding-left: 20.4vw !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					/* Padding for 2:3 posters */
 | 
				
			||||||
 | 
					.layout-desktop .detailPageWrapperContainer:has(.detailImageContainer .cardPadder-backdrop) .detailPagePrimaryContent {
 | 
				
			||||||
    min-height: 29vw !important;
 | 
					    min-height: 29vw !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.layout-desktop .detailPageSecondaryContainer:has(.moreFromSeasonSection:not(.hide)) .detailPagePrimaryContent {
 | 
					/* Padding for 1:1 posters */
 | 
				
			||||||
    min-height: 12vw !important;
 | 
					.layout-desktop .detailPageWrapperContainer:has(.detailImageContainer .cardPadder-square) .detailPagePrimaryContent {
 | 
				
			||||||
} 
 | 
					 | 
				
			||||||
.layout-desktop .detailPageSecondaryContainer:has(#childrenCollapsible:not(.hide) div[data-type="Audio"]) .detailPagePrimaryContent {
 | 
					 | 
				
			||||||
    min-height: 20vw !important;
 | 
					    min-height: 20vw !important;
 | 
				
			||||||
} 
 | 
					} 
 | 
				
			||||||
 | 
					/* Padding for 16:9 posters */
 | 
				
			||||||
 | 
					.layout-desktop .detailPageWrapperContainer:has(.detailImageContainer .cardPadder-backdrop) .detailPagePrimaryContent {
 | 
				
			||||||
 | 
					    min-height: 12vw !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Move track selection box */
 | 
					/* Move track selection box */
 | 
				
			||||||
.detailSection {
 | 
					.detailSection {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user