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; }