From d05c5ac1986fb4853a248c7c8bbcde562c92ea25 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 6 Jun 2026 15:57:13 -0400 Subject: [PATCH] Sync activity card: fill full height instead of capping at 200px --- Plugin/unraid/pages/rsync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/unraid/pages/rsync.php b/Plugin/unraid/pages/rsync.php index cbb6f46..978a050 100644 --- a/Plugin/unraid/pages/rsync.php +++ b/Plugin/unraid/pages/rsync.php @@ -51,7 +51,7 @@ .vv-ry-slog-dt { font-size:10px;color:#3a3a3a; } .vv-ry-slog-dur { font-size:10px;color:#555;text-align:right; } .vv-ry-slog-byt { font-size:10px;color:#555;text-align:right; } -.vv-ry-slog-scrl { overflow-y:auto;max-height:200px; } +.vv-ry-slog-scrl { overflow-y:auto;flex:1;min-height:0; } /* Settings */ .vv-ry-set-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:6px; }