4px difference makes a big difference

This commit is contained in:
2025-11-04 21:55:18 -07:00
parent ceb1a5ee47
commit 59c308e7dd

View File

@@ -5,7 +5,7 @@
} }
.downloads-scroll { .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 { .downloads-entry {