fix navbar clipping

This commit is contained in:
2026-04-16 08:57:24 -06:00
parent d4c7b3469e
commit 833e4f5783

View File

@@ -58,8 +58,6 @@ body {
align-items: center; align-items: center;
gap: 1.25rem; gap: 1.25rem;
justify-content: center; justify-content: center;
min-width: 0;
overflow: hidden;
} }
/* Indivdual Link Styles */ /* Indivdual Link Styles */
@@ -1040,6 +1038,8 @@ body {
gap: 0.5rem; gap: 0.5rem;
justify-self: end; justify-self: end;
min-width: 0; min-width: 0;
overflow: hidden;
white-space: nowrap;
} }
.nav-greeting { .nav-greeting {
@@ -2964,6 +2964,10 @@ body {
gap: 0.35rem; gap: 0.35rem;
} }
.nav-store-select {
max-width: 130px;
}
.nav-greeting { .nav-greeting {
display: none; display: none;
} }