From ef8f211e8a76182674afef4b02ebe5a93729956b Mon Sep 17 00:00:00 2001 From: szbk Date: Tue, 28 Oct 2025 22:02:37 +0300 Subject: [PATCH] UI Fix --- client/src/routes/TvShows.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/routes/TvShows.svelte b/client/src/routes/TvShows.svelte index 0b38de9..e067600 100644 --- a/client/src/routes/TvShows.svelte +++ b/client/src/routes/TvShows.svelte @@ -1193,7 +1193,7 @@ async function openVideoAtIndex(index) { display: inline-flex; align-items: center; gap: 8px; - min-height: 40px; + min-height: 30px; justify-content: center; } @@ -1604,7 +1604,7 @@ async function openVideoAtIndex(index) { .season-picker button { padding: 6px 12px; - min-height: 44px; + min-height: 34px; font-size: 13px; } } @@ -1692,7 +1692,7 @@ async function openVideoAtIndex(index) { .season-picker button { padding: 4px 10px; - min-height: 28px; + min-height: 18px; font-size: 12px; border-radius: 10px; }