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

remove premiere stuff and fix lingering js crashes

This commit is contained in:
cvium 2019-01-10 21:13:18 +01:00
parent 4dbb912ff4
commit 8a4d86df62
8 changed files with 13 additions and 182 deletions

View file

@ -176,8 +176,7 @@ div[data-role=controlgroup] a.ui-btn-active {
flex-grow: 1
}
.activeSession:not(.playingSession) .sessionNowPlayingContent,
.supporterMembershipDisabled .tabSupporterMembership {
.activeSession:not(.playingSession) .sessionNowPlayingContent {
display: none
}

View file

@ -77,42 +77,12 @@ div[data-role=page] {
padding-bottom: 2em !important
}
.supporterPromotionContainer {
margin: 0 0 2em
}
@media all and (min-width:80em) {
.supporterPromotionContainer {
margin: 0
}
}
@media all and (min-width:50em) {
.readOnlyContent,
form {
max-width: 54em
}
.supporterPromotionContainer {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse
}
.supporterPromotion {
text-align: center;
padding: 0 2em
}
.supporterPromotion button {
padding-left: 2em;
padding-right: 2em
}
}
.imageDropZone {