mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +08:00
style(next): improve the window dragging functionality for the vertical toolbar layout
This commit is contained in:
parent
b6565c3b13
commit
63efa8ffe4
@ -898,12 +898,14 @@ body.layout-horizontal .tab-row-container {
|
||||
}
|
||||
|
||||
body.layout-horizontal .tab-row-container,
|
||||
body.layout-vertical .tab-row-widget {
|
||||
body.layout-vertical .tab-row-widget,
|
||||
body.layout-vertical #left-pane .quick-search {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
body.layout-horizontal .tab-row-container > *,
|
||||
body.layout-vertical .tab-row-widget > * {
|
||||
body.layout-vertical .tab-row-widget > *,
|
||||
body.layout-vertical #left-pane .quick-search > * {
|
||||
-webkit-app-region: no-drag; /* Limit the drag area only for the parent element */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user