From 1427febcfd02b2f2c82427e426d4e44067eab098 Mon Sep 17 00:00:00 2001 From: szbk Date: Tue, 28 Oct 2025 19:38:24 +0300 Subject: [PATCH] UI Fix --- client/src/routes/TvShows.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/routes/TvShows.svelte b/client/src/routes/TvShows.svelte index e5f7bb3..0b38de9 100644 --- a/client/src/routes/TvShows.svelte +++ b/client/src/routes/TvShows.svelte @@ -1185,7 +1185,7 @@ async function openVideoAtIndex(index) { color: #f5f5f5; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; - padding: 8px 16px; + padding: 12px 16px; font-size: 14px; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; @@ -1193,7 +1193,7 @@ async function openVideoAtIndex(index) { display: inline-flex; align-items: center; gap: 8px; - min-height: 60px; + min-height: 40px; justify-content: center; } @@ -1604,7 +1604,7 @@ async function openVideoAtIndex(index) { .season-picker button { padding: 6px 12px; - min-height: 54px; + min-height: 44px; font-size: 13px; } } @@ -1692,7 +1692,7 @@ async function openVideoAtIndex(index) { .season-picker button { padding: 4px 10px; - min-height: 48px; + min-height: 28px; font-size: 12px; border-radius: 10px; }