Fix left nav menu alignment

This commit is contained in:
2026-06-16 15:14:39 +02:00
parent eb010e542d
commit 53d8cd7339
2 changed files with 2 additions and 3 deletions
@@ -47,7 +47,7 @@
@media (min-width: 768px) { @media (min-width: 768px) {
.sg-left-navigation-pattern__group-card--navigation .sg-tab-button-group[data-component-variant="linksmenu-items"] { .sg-left-navigation-pattern__group-card--navigation .sg-tab-button-group[data-component-variant="linksmenu-items"] {
height: 100%; height: 100%;
justify-content: center; justify-content: flex-start;
} }
} }
+1 -2
View File
@@ -3094,7 +3094,7 @@ section + section {
@media (min-width: 768px) { @media (min-width: 768px) {
.sg-left-navigation-pattern__group-card--navigation .sg-tab-button-group[data-component-variant="linksmenu-items"] { .sg-left-navigation-pattern__group-card--navigation .sg-tab-button-group[data-component-variant="linksmenu-items"] {
height: 100%; height: 100%;
justify-content: center; justify-content: flex-start;
} }
} }
@@ -4369,4 +4369,3 @@ section + section {
color: var(--text-typography-preview); color: var(--text-typography-preview);
margin-top: 0; margin-top: 0;
} }