improve style & add icon toolboxes
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s

This commit is contained in:
Shinuwa 2026-07-21 13:47:19 +02:00
parent 9e275e0167
commit 0493db233a
31 changed files with 317 additions and 57 deletions

View file

@ -142,6 +142,16 @@
grid-template-columns: 1fr;
}
.toolbox-actions-row {
align-items: stretch;
flex-direction: column;
}
.toolbox-actions-row > div,
.toolbox-actions-row > div:last-child {
justify-content: flex-start;
}
.tool-add-modal {
width: min(420px, calc(100vw - 32px));
}