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:
Mike MacCana 2018-10-10 11:41:21 +01:00
parent ef7b1ad5d9
commit ffc68401a7

View file

@ -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
}
}