Move drawer controls from options row into single gray card segment

This commit is contained in:
2026-05-21 17:20:17 +02:00
parent 5f00eb01f0
commit 49f283aba8
2 changed files with 16 additions and 6 deletions
+12
View File
@@ -2139,6 +2139,18 @@ section + section {
color: var(--text-portal-header-tab);
}
.sg-vsf-drawer-controls-card {
--surface-card-body: var(--surface-card-segment-neutral);
}
.sg-card-segment.sg-vsf-drawer-controls-row {
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: var(--spacing-small);
flex-wrap: nowrap;
}
.sg-vsf-drawer-object-card__heading {
color: var(--text-vsf-drawer-object-card-heading);
margin: 0;