Fix #138: Fix navigation bar link icons and text appearing on separate lines #139
File diff suppressed because one or more lines are too long
@ -620,6 +620,10 @@ img {
|
||||
.topnav-logo span { color: var(--accent); }
|
||||
.topnav-links { display: flex; gap: 0.25rem; }
|
||||
.topnav-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.375rem;
|
||||
white-space: nowrap;
|
||||
padding: 0.5rem 0.75rem;
|
||||
border-radius: var(--radius);
|
||||
font-size: 0.875rem;
|
||||
|
||||
Loadingโฆ
Reference in New Issue
Block a user