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

View file

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