fix: top bar wrapping so support links stay inline on desktop
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user