From 302fbec3a283b0ea7359bf56b9a334ee4ed260d2 Mon Sep 17 00:00:00 2001 From: szbk Date: Mon, 27 Oct 2025 07:00:28 +0300 Subject: [PATCH] =?UTF-8?q?Stil=20de=C4=9Fi=C5=9Fikli=C4=9Fi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/routes/Movies.svelte | 1 + client/src/routes/Transfers.svelte | 6 +++--- client/src/styles/main.css | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/routes/Movies.svelte b/client/src/routes/Movies.svelte index 762de95..2fd4552 100644 --- a/client/src/routes/Movies.svelte +++ b/client/src/routes/Movies.svelte @@ -672,6 +672,7 @@ async function loadMovies() { padding: 12px 12px 16px; display: flex; flex-direction: column; + justify-content: space-between; gap: 12px; cursor: pointer; border: 1px solid #e1e1e1; diff --git a/client/src/routes/Transfers.svelte b/client/src/routes/Transfers.svelte index 03311c2..8f831e7 100644 --- a/client/src/routes/Transfers.svelte +++ b/client/src/routes/Transfers.svelte @@ -313,9 +313,9 @@ style="display:none;" /> - + {#if torrents.length === 0} diff --git a/client/src/styles/main.css b/client/src/styles/main.css index ef182e3..223b2fc 100644 --- a/client/src/styles/main.css +++ b/client/src/styles/main.css @@ -144,6 +144,7 @@ body, gap: 6px; height: 36px; transition: background 0.2s; + font-size: 11px; } .btn-primary:hover { @@ -551,7 +552,7 @@ img.thumb.loaded { justify-content: center; height: 36px; padding: 8px 12px; - font-size: 13px; + font-size: 11px; } .modal-content {