This commit is contained in:
2026-07-17 12:51:47 +09:00
parent 38af2aab9f
commit 4ac681bd10
30 changed files with 1340 additions and 803 deletions
@@ -93,6 +93,12 @@
overflow-x: auto;
}
.ui-workflow-layout__steps.is-compact {
flex-wrap: wrap;
gap: var(--spacing-4);
overflow: visible;
}
.ui-workflow-layout__step {
flex: 0 0 auto;
padding: var(--spacing-4) var(--spacing-16);
@@ -116,6 +122,12 @@
background: var(--color-paper-hover, var(--color-paper));
}
.ui-workflow-layout__steps.is-compact .ui-workflow-layout__step {
height: 28px;
padding: 0 var(--spacing-12);
white-space: nowrap;
}
.ui-workflow-layout__step.is-active {
background: var(--color-mist-violet);
color: var(--color-accent);