dock/pill: reserve pill strip (dock floats above), pill swipe-up = dock gesture not home/keyboard
This commit is contained in:
parent
57031bbf4f
commit
ccb51820e5
2 changed files with 17 additions and 12 deletions
|
|
@ -156,6 +156,10 @@ Scope { // Scope
|
|||
bottom: true
|
||||
left: true
|
||||
right: true
|
||||
// Reserve the pill's strip at the very bottom (pill is 26px +
|
||||
// a hair of breathing room). The dock floats just above it so
|
||||
// they never overlap and the pill stays touchable at all times.
|
||||
margins.bottom: 32
|
||||
}
|
||||
|
||||
exclusiveZone: root.dockState === Dock.DockState.Pinned ? implicitHeight - (Appearance.sizes.hyprlandGapsOut) - (Appearance.sizes.elevationMargin - Appearance.sizes.hyprlandGapsOut) : 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue