mirror of
https://github.com/Eugeny/tabby
synced 2024-12-12 14:22:43 +00:00
fixed #7637
This commit is contained in:
parent
95f7ad21bb
commit
abddfe85d5
1 changed files with 4 additions and 1 deletions
|
@ -118,9 +118,12 @@ $tab-border-radius: 4px;
|
|||
&>.drag-space {
|
||||
min-width: 1px;
|
||||
flex: 1 0 1%;
|
||||
margin-top: 2px; // for window resizing
|
||||
-webkit-app-region: drag;
|
||||
|
||||
.tabs-on-top & {
|
||||
margin-top: 2px; // for window resizing
|
||||
}
|
||||
|
||||
&.persistent {
|
||||
min-width: 72px; // 2 x 36 px height, ie 2 squares
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue