mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 17:09:59 +00:00
fixed #7637
This commit is contained in:
parent
95f7ad21bb
commit
abddfe85d5
@ -118,9 +118,12 @@ $tab-border-radius: 4px;
|
|||||||
&>.drag-space {
|
&>.drag-space {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
flex: 1 0 1%;
|
flex: 1 0 1%;
|
||||||
margin-top: 2px; // for window resizing
|
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
|
|
||||||
|
.tabs-on-top & {
|
||||||
|
margin-top: 2px; // for window resizing
|
||||||
|
}
|
||||||
|
|
||||||
&.persistent {
|
&.persistent {
|
||||||
min-width: 72px; // 2 x 36 px height, ie 2 squares
|
min-width: 72px; // 2 x 36 px height, ie 2 squares
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user