From c8e153827000202a677bc3d92f04a5207f4bf390 Mon Sep 17 00:00:00 2001 From: tedhinklater <66086488+tedhinklater@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:09:40 +0000 Subject: [PATCH] Update finimalism.css --- finimalism.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 */ +}