Files
jellyfin-css/jellyfin.css

81 lines
1.7 KiB
CSS

:root {--rounding: 12px;}
:root {--accent: 130, 0, 0;}
.trackSelections .selectContainer .detailTrackSelect {
padding: .35em 1.9em .35em .35em;
}
.layout-mobile .detailPagePrimaryContainer {
z-index: 0 !important;
}
.section0 .sectionTitle {
display: none;
}
.section0 .itemsContainer {
justify-content: center;
}
/* Remove comment to add user notice.
.section4 {
text-align: center;
font-weight: bold;
background: rgba(0,0,0,.2);
padding: .5em;
}
.section4::after {
content: "";
}
*/
.featurediframe {
border-radius: var(--rounding) !important;
border: transparent;
height: 200px;
margin-bottom: 30px;
}
@media only screen and (max-device-width: 767px) {
.featurediframe {
height: 16vh !important;
}
}
@media (min-device-width: 900px) {
.section0 .overflowBackdropCard, .section0 .overflowSmallBackdropCard {
width: 14vw;
}
.section5 .overflowBackdropCard, .section5 .overflowSmallBackdropCard,
.section6 .overflowBackdropCard, .section6 .overflowSmallBackdropCard {
width: 14vw;
}
#castContent .overflowPortraitCard {
width: 8vw !important;
}
}
@media (max-device-width: 900px) {
.section0 .overflowBackdropCard, .section0 .overflowSmallBackdropCard {
width: 30vw;
}
.section5 .overflowBackdropCard, .section5 .overflowSmallBackdropCard,
.section6 .overflowBackdropCard, .section6 .overflowSmallBackdropCard {
width: 30vw;
}
}
@media (max-device-width: 480px) {
.section0 .overflowBackdropCard, .section0 .overflowSmallBackdropCard {
width: 40vw;
}
.section5 .overflowBackdropCard, .section5 .overflowSmallBackdropCard,
.section6 .overflowBackdropCard, .section6 .overflowSmallBackdropCard {
width: 40vw;
}
}