feat: align workflow with shared UI foundations
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
min-height: 56px;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid var(--line-dark);
|
||||
border-radius: 6px;
|
||||
border-radius: var(--radius-compact);
|
||||
background: var(--panel);
|
||||
box-shadow: var(--shadow-xs);
|
||||
padding: 8px 10px;
|
||||
@@ -307,7 +307,7 @@
|
||||
height: 42px;
|
||||
flex-basis: 42px;
|
||||
border: 2px solid var(--text-strong);
|
||||
border-radius: 50%;
|
||||
border-radius: var(--radius-round);
|
||||
background: var(--panel);
|
||||
}
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
height: 42px;
|
||||
flex-basis: 42px;
|
||||
border: 2px solid var(--text-strong);
|
||||
border-radius: 2px;
|
||||
border-radius: var(--radius-hairline);
|
||||
background: var(--panel);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
@@ -742,7 +742,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
@media (max-width: 1280px) {
|
||||
.workflow-workspace-toolbar {
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user