Replace drag-promote gesture with Ctrl+Shift+P keyboard shortcut

This commit is contained in:
megaproxy 2026-05-25 20:58:43 +01:00
parent 8e4a358aa8
commit 5085326cb1
6 changed files with 142 additions and 373 deletions

View file

@ -87,12 +87,3 @@
padding: 2px;
box-sizing: border-box;
}
/* Translucent preview shown while the "drag past sibling to promote" gesture
is armed tells the user what releasing now will reshape into. */
.promote-preview {
background: rgba(90, 140, 216, 0.18);
border: 2px dashed rgba(120, 170, 240, 0.8);
border-radius: 4px;
box-sizing: border-box;
}