fix: top bar wrapping so support links stay inline on desktop

This commit is contained in:
Johnnybegood90
2026-03-17 04:07:53 +01:00
parent d7b0730ab2
commit 642e090c32
+2
View File
@@ -7,6 +7,7 @@
border-bottom: 1px solid var(--border);
display: flex;
align-items: center;
flex-wrap: nowrap;
padding: 0 16px;
gap: 12px;
flex-shrink: 0;
@@ -193,6 +194,7 @@
.category-filter:hover { border-color: var(--accent2); color: var(--accent2); }
.category-filter option { background: #111; color: #eee; font-family: sans-serif; }
@media (max-width: 600px) {
body { overflow: hidden; }
.topbar {