fix(ui): update preset send/default behavior in edit mode

This commit is contained in:
2026-03-22 01:47:32 +13:00
parent 1550122ced
commit 4597573ac5
2 changed files with 81 additions and 86 deletions

View File

@@ -621,21 +621,23 @@ body.preset-ui-run .edit-mode-only {
}
.preset-tile-actions {
display: flex;
flex-direction: column;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-auto-rows: 1fr;
gap: 0.2rem;
justify-content: center;
align-content: stretch;
flex-shrink: 0;
padding: 0.15rem 0 0.15rem 0.25rem;
width: 6.5rem;
}
.preset-tile-actions .btn {
flex: 1 1 0;
min-height: 0;
width: 100%;
min-height: 2.35rem;
padding: 0.15rem 0.35rem;
font-size: 0.68rem;
line-height: 1.15;
white-space: nowrap;
white-space: normal;
}
.ui-mode-toggle--edit {