Move sandwich menu into blue header and right-align mode toggle in controls card
This commit is contained in:
+8
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user