mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
Make more room for tab titles (fixes #458)
Making drag area only expand if tabs aren't using the space, 2 squares wide minimum.
This commit is contained in:
parent
ef7b1ad5d9
commit
ffc68401a7
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ $tab-border-radius: 4px;
|
|||
-webkit-app-region: drag;
|
||||
|
||||
&.persistent {
|
||||
min-width: 100px;
|
||||
flex: 1 0 25%;
|
||||
min-width: 72px; // 2 x 36 px height, ie 2 squares
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue