1
1
mirror of https://github.com/Eugeny/tabby.git synced 2025-01-03 16:12:50 +03:00

allow resizing window near the drag space (fixes #2005)

This commit is contained in:
Eugene Pankov 2020-01-15 16:07:51 +01:00
parent e9999ee883
commit 742affb88b

View File

@ -64,6 +64,7 @@ $tab-border-radius: 4px;
&>.drag-space {
min-width: 1px;
flex: 1 0 1%;
margin-top: 2px; // for window resizing
-webkit-app-region: drag;
&.persistent {