Promote nested pane to full row/column by dragging gutter past sibling
This commit is contained in:
parent
dbd6c163c3
commit
150e5f09cb
5 changed files with 445 additions and 25 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue