fix navbar clipping

This commit is contained in:
2026-04-16 08:57:24 -06:00
parent 3c4ec9cac9
commit 87233a2240

View File

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