feat: add stack navigation and reordering controls

This commit is contained in:
2026-05-17 04:24:43 +02:00
parent f44fb8c252
commit 6dd9550890
2 changed files with 206 additions and 7 deletions
+12
View File
@@ -141,6 +141,18 @@ body {
.stack-value.is-editing {
letter-spacing: 0.02em;
}
.stack-cell.is-selected {
background: transparent;
border-radius: 6px;
outline: 2px solid rgba(31, 42, 18, 0.2);
outline-offset: -2px;
}
.stack-cell.is-moving {
background: rgba(31, 42, 18, 0.18);
}
.display-buttons-panel {
padding: 8px;
min-height: 0;