fix: make sidebar links flex to fill entire width

This commit is contained in:
Christian Andolf
2025-06-10 11:26:26 +02:00
parent 50f9e9a3e0
commit 4b43a6c3a4

View File

@@ -112,6 +112,7 @@
}
.sidebar {
display: flex;
border-radius: var(--Corner-radius-md);
gap: var(--Space-x1);
padding: var(--Space-x1);