Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiniGandhi committed May 22, 2022
1 parent b89474b commit c19e4e5
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion latest/JellyTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2030,10 +2030,48 @@ margin-top:-8em!important
}

.layout-tv .emby-button.detailFloatingButton {
background-color:#700f6d!important;
background-color:transparent!important;
color:#fff!important
}

.layout-tv .emby-button.detailFloatingButton:focus {
background-color: var(--accent)!important;
}

.layout-tv .trackSelections {
max-width: 29em;
font-size: 0.9vw !important;
margin-top: -12vh;
margin-left: 26vw;
}

.layout-tv .itemDetailsGroup {
font-size: 1.2vw;
margin-top: -5vh;
}

.emby-button.show-focus:focus span.material-icons.detailButton-icon.play_arrow {
color: white !important;
}

.layout-tv .mainDetailButtons {
margin-left: 3vh!important;
}

.layout-tv .listItemImage-large-tv {
height: 23vh !important;
width: 55% !important;
}

.layout-tv #itemDetailPage .vertical-list {
grid-template-columns: repeat(2,1fr);
}

.layout-tv .secondary.listItem-overview.listItemBodyText {
font-size: 1vw !important;
line-height: inherit;
}

.layout-tv .nextUpSection.verticalSection.detailVerticalSection {
margin-left:65vw;
margin-top:-55vh
Expand Down

0 comments on commit c19e4e5

Please sign in to comment.