feat: smooth sortable row interactions

This commit is contained in:
3252a8
2026-06-03 12:40:57 +03:00
parent 0a5575c1e6
commit 7b8feee99a
5 changed files with 135 additions and 8 deletions
@@ -353,6 +353,8 @@
}
.theme-key-ascii .ui-sortable {
--sortable-drop-line: #ffffff;
--sortable-drop-soft: rgba(255, 255, 255, 0.08);
gap: 6px;
}
@@ -364,6 +366,15 @@
outline: 1px dashed #ffffff;
outline-offset: 2px;
background: rgba(255, 255, 255, 0.08);
box-shadow: none;
}
.theme-key-ascii .ui-sortable-item.is-drop-target::before {
top: -5px;
height: 1px;
border-radius: 0;
background: #ffffff;
box-shadow: none;
}
.theme-key-ascii .ui-sortable-handle {