Update finimalism1-1.css

This commit is contained in:
tedhinklater 2023-11-25 13:14:38 +00:00 committed by GitHub
parent 2440ed248a
commit 15bc622fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1460,18 +1460,24 @@ progress::-webkit-progress-value {
} }
/*smaller Continue & Up Next*/ /*smaller Continue & Up Next*/
.section2 .card.overflowBackdropCard.card-hoverable.card-withuserdata {
width:15vw
}
/*Continue Watching cards*/
.section1 .card.overflowBackdropCard.card-hoverable.card-withuserdata { .section1 .card.overflowBackdropCard.card-hoverable.card-withuserdata {
width:15vw width:18vw
} }
#childrenCollapsible .card.overflowPortraitCard.card-hoverable.card-withuserdata { /*Next Up cards*/
width:6vw .section2 .card.overflowBackdropCard.card-hoverable.card-withuserdata {
width:13vw
} }
/*Series cards*/
#childrenCollapsible .card.overflowPortraitCard.card-hoverable.card-withuserdata {
width:9vw
}
.section1 .emby-scrollbuttons.padded-right { .section1 .emby-scrollbuttons.padded-right {
margin-top: -1.5vh; margin-top: -1.5vh;
} }
@ -1585,3 +1591,5 @@ transform:scale(1.05)!important
.verticalSection-extrabottompadding .emby-button .listItemBodyText { .verticalSection-extrabottompadding .emby-button .listItemBodyText {
margin-top: 2px; /* Adjust the top margin of the text as needed */ margin-top: 2px; /* Adjust the top margin of the text as needed */
} }