Skip to content

Commit

Permalink
Update finimalism7.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tedhinklater authored Dec 1, 2024
1 parent 988d628 commit 4ba217e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions finimalism7.css
Original file line number Diff line number Diff line change
Expand Up @@ -1582,11 +1582,11 @@ progress::-webkit-progress-value {
}

.layout-desktop .overflowPortraitCard {
width: 12%;
width: 13.9em;
}

.layout-desktop .overflowSquareCard {
width: 12%;
width: 13.9em;
}

.layout-mobile .overflowPortraitCard {
Expand Down Expand Up @@ -2183,7 +2183,7 @@ button.is-emby-button:hover emby-button .navMenuOptionText {

/* Adjust alignment for the cards within the Continue Watching section */
.layout-desktop .homePage .section1.verticalSection .itemsContainer .card.overflowBackdropCard {
width: 24%;
width: 30.7em;
margin-top: 0em;
font-size: 90% !important;
}
Expand Down Expand Up @@ -2454,12 +2454,12 @@ button.is-emby-button:hover emby-button .navMenuOptionText {


.layout-desktop .overflowBackdropCard {
width: 20vw;
width: 30.7em;
font-size: 90% !important;
}

.layout-desktop .verticalSection.section2 .card.overflowBackdropCard {
width: 24% !important;
width: 30.7em !important;
font-size: 90% !important;
}

Expand Down

0 comments on commit 4ba217e

Please sign in to comment.