feat: add task workflow and asset downloads

This commit is contained in:
inman
2026-05-29 12:32:02 +08:00
parent f9c3393f84
commit 63e62d444c
61 changed files with 2773 additions and 2181 deletions

View File

@@ -18,6 +18,11 @@
box-sizing: border-box;
}
html,
body {
overflow-x: clip;
}
body {
margin: 0;
background: var(--bg);
@@ -1013,6 +1018,13 @@ h3 {
gap: 2px;
}
.asset-preview-actions {
flex: 0 0 auto;
display: flex !important;
align-items: center;
gap: 8px;
}
.asset-preview-head strong,
.asset-preview-head span {
min-width: 0;