mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Reduced the margin to fix horizontal overflow in cast list list
dev: rearranged code
This commit is contained in:
@@ -495,6 +495,19 @@ html {
|
|||||||
padding-top: 1.25em !important;
|
padding-top: 1.25em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#itemDetailPage .emby-scroller-container,
|
||||||
|
#itemDetailPage .emby-scroller {
|
||||||
|
margin-inline: -5%;
|
||||||
|
padding-inline-start: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .sectionTitleContainer-cards,
|
||||||
|
.sectionTitle-cards,
|
||||||
|
.sectionTitleTextButton {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
} */
|
||||||
|
|
||||||
.layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards {
|
.layout-mobile :not(.sectionTitleContainer-cards)>.sectionTitle-cards {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@@ -2720,9 +2733,3 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
.noHomeButtonHeader .emby-tab-button[data-index="1"]:after{
|
.noHomeButtonHeader .emby-tab-button[data-index="1"]:after{
|
||||||
content: "Watchlist";
|
content: "Watchlist";
|
||||||
} */
|
} */
|
||||||
|
|
||||||
#itemDetailPage .emby-scroller-container,
|
|
||||||
#itemDetailPage .emby-scroller {
|
|
||||||
margin-inline: -6%;
|
|
||||||
padding-inline: 6%;
|
|
||||||
}
|
|
Reference in New Issue
Block a user