feat: add stack navigation and reordering controls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user