Fix panel alignments, heights, and banner height.

This commit is contained in:
Olivia Brooks
2026-02-26 12:45:53 -05:00
parent 5fde9a2754
commit 820a1f357a

View File

@@ -72,6 +72,7 @@
body {
display: grid;
background-color: var(--background-0);
grid-template-rows: min-content auto;
// Adds a margin otherwise for some reason.
margin: 0;