From 59c308e7ddea568873b48bf129dadbb9247ef521 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Tue, 4 Nov 2025 21:55:18 -0700 Subject: [PATCH] 4px difference makes a big difference --- src/app/Installs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Installs.css b/src/app/Installs.css index ce93dbf..2deb4ee 100644 --- a/src/app/Installs.css +++ b/src/app/Installs.css @@ -5,7 +5,7 @@ } .downloads-scroll { - @apply h-[calc(100vh-80px)] bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full; + @apply h-[calc(100vh-84px)] bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full; } .downloads-entry {