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);
|
border-bottom: 1px solid var(--border);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: nowrap;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
@@ -193,6 +194,7 @@
|
|||||||
.category-filter:hover { border-color: var(--accent2); color: var(--accent2); }
|
.category-filter:hover { border-color: var(--accent2); color: var(--accent2); }
|
||||||
.category-filter option { background: #111; color: #eee; font-family: sans-serif; }
|
.category-filter option { background: #111; color: #eee; font-family: sans-serif; }
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
body { overflow: hidden; }
|
body { overflow: hidden; }
|
||||||
|
|
||||||
.topbar {
|
.topbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user