1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove unused noBackdrop class styles

This commit is contained in:
Bill Thornton 2021-08-27 00:11:03 -04:00
parent 1734f5c345
commit 2754c25964
2 changed files with 1 additions and 31 deletions

View file

@ -429,8 +429,7 @@
} }
} }
.layout-tv .itemBackdrop, .layout-tv .itemBackdrop {
.layout-desktop .noBackdrop .itemBackdrop {
display: none; display: none;
} }
@ -457,17 +456,8 @@
.emby-scroller { .emby-scroller {
margin-left: 0; margin-left: 0;
} }
.noBackdrop {
margin-top: 2.5em;
} }
} }
}
.layout-desktop .noBackdrop .detailImageContainer img,
.layout-tv .noBackdrop .detailImageContainer img {
margin-top: 0;
}
.detailSectionContent a { .detailSectionContent a {
color: inherit; color: inherit;
@ -638,11 +628,6 @@
height: inherit; height: inherit;
} }
.layout-desktop .noBackdrop .detailRibbon,
.layout-tv .noBackdrop .detailRibbon {
margin-top: 0;
}
.infoWrapper { .infoWrapper {
flex: 1 0 0; flex: 1 0 0;
@ -730,16 +715,10 @@
} }
} }
.layout-desktop .noBackdrop .detailImageContainer,
.layout-tv .noBackdrop .detailImageContainer {
margin-top: 0;
}
.detailPagePrimaryContent { .detailPagePrimaryContent {
position: relative; position: relative;
} }
.noBackdrop .detailLogo,
.layout-mobile .detailLogo { .layout-mobile .detailLogo {
display: none; display: none;
} }
@ -976,11 +955,6 @@ div.itemDetailGalleryLink.defaultCardBackground {
border-collapse: collapse; border-collapse: collapse;
} }
.layout-desktop .noBackdrop .detailPageWrapperContainer,
.layout-tv .noBackdrop .detailPageWrapperContainer {
margin-top: 3.8em;
}
.mediaInfoStream { .mediaInfoStream {
margin: 0 3em 0 0; margin: 0 3em 0 0;
display: inline-block; display: inline-block;

View file

@ -226,10 +226,6 @@ html {
background: none; background: none;
} }
.noBackdrop .detailRibbon {
background: #202020;
}
.listItem-border { .listItem-border {
border-color: rgba(34, 34, 34, 0.9) !important; border-color: rgba(34, 34, 34, 0.9) !important;
} }