feat: add task workflow and asset downloads
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user