Add stacked links menu item variant

This commit is contained in:
2026-06-04 17:29:17 +02:00
parent cfc933f3c1
commit aabe66cef4
2 changed files with 23 additions and 0 deletions
@@ -155,6 +155,16 @@
background: var(--surface-tab-compact-background);
}
.sg-tab-button-group[data-component-variant="linksmenu-items"] {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.sg-tab-button-group[data-component-variant="linksmenu-items"] .sg-tab-button {
width: 100%;
}
.sg-tab-button-group[data-component-context="content"] {
background: var(--surface-tab-compact-background);
}