Update finimalism.css

This commit is contained in:
tedhinklater 2023-11-23 17:09:40 +00:00 committed by GitHub
parent e5b53ceaad
commit c8e1538270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1550,7 +1550,7 @@ transform:scale(1.05)!important
display: flex;
justify-content: center;
align-items: center;
padding-left: 5px; /* Adjust as needed */
padding-left: 0px; /* Adjust as needed */
}
/* Hide Genres and Writers */
@ -1563,3 +1563,25 @@ transform:scale(1.05)!important
.itemTags {
display: none;
}
.nextUpSection h2.sectionTitle {
text-align: center !important;
margin: 0 auto !important;
}
.verticalSection-extrabottompadding .emby-button .listItem {
height: 20px; /* Adjust the height as needed */
}
.verticalSection-extrabottompadding .emby-button .listItemIcon {
font-size: 15px; /* Adjust the icon size as needed */
}
.verticalSection-extrabottompadding .emby-button .listItemBody {
line-height: 20px; /* Adjust the line height as needed */
}
.verticalSection-extrabottompadding .emby-button .listItemBodyText {
margin-top: 2px; /* Adjust the top margin of the text as needed */
}