fix navbar clipping
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user