diff --git a/finimalism.css b/finimalism.css index 2ab8b8f..f3b73a3 100644 --- a/finimalism.css +++ b/finimalism.css @@ -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 */ +}