From 4cabfe2daf825c126b29973c433890482ce7c25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 17:29:40 +0200 Subject: [PATCH] Move sandwich menu into blue header and right-align mode toggle in controls card --- ...card-listen-fundamentalanalyse-drawer.html | 30 +++++++++---------- styleguide.css | 9 +++++- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/patterns/vsf-card-listen-fundamentalanalyse-drawer.html b/patterns/vsf-card-listen-fundamentalanalyse-drawer.html index c44ba67..1517aa4 100644 --- a/patterns/vsf-card-listen-fundamentalanalyse-drawer.html +++ b/patterns/vsf-card-listen-fundamentalanalyse-drawer.html @@ -24,8 +24,22 @@
-
+

Western Digital Corporation

+
+ + +
@@ -66,20 +80,6 @@ relativ -
- - -
diff --git a/styleguide.css b/styleguide.css index 760c780..e5417bf 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2143,11 +2143,18 @@ section + section { --surface-card-body: var(--surface-card-segment-neutral); } -.sg-card-segment.sg-inline-controls-row { +.sg-card-segment.sg-inline-header-row { flex-direction: row; align-items: center; justify-content: space-between; gap: var(--spacing-small); +} + +.sg-card-segment.sg-inline-controls-row { + flex-direction: row; + align-items: center; + justify-content: flex-end; + gap: var(--spacing-small); flex-wrap: nowrap; }