Promote nested pane to full row/column by dragging gutter past sibling

This commit is contained in:
megaproxy 2026-05-25 20:24:47 +01:00
parent dbd6c163c3
commit 150e5f09cb
5 changed files with 445 additions and 25 deletions

View file

@ -87,3 +87,12 @@
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;
}