Add batch default flow and downloads

This commit is contained in:
admin
2026-06-10 17:50:42 +08:00
parent 6db15ebc3f
commit ec5b25d2d0
8 changed files with 187 additions and 6 deletions

View File

@@ -210,6 +210,19 @@ h1 {
color: var(--ink);
}
.button-stack {
display: grid;
gap: 8px;
margin-top: 12px;
}
.button-stack .primary-btn,
.button-stack .secondary-btn,
.button-stack .text-btn {
width: 100%;
margin-top: 0;
}
.slider-row {
display: grid;
grid-template-columns: 20px 1fr 52px;