mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941430 - Increase the tab max width. r=MattN
This commit is contained in:
parent
f5218755fb
commit
f7c038b61f
@ -104,7 +104,7 @@ tabbrowser {
|
||||
|
||||
.tabbrowser-tab:not([pinned]) {
|
||||
-moz-box-flex: 100;
|
||||
max-width: 180px;
|
||||
max-width: 210px;
|
||||
min-width: 100px;
|
||||
width: 0;
|
||||
transition: min-width 200ms ease-out,
|
||||
@ -115,8 +115,6 @@ tabbrowser {
|
||||
max-width: 0.1px;
|
||||
min-width: 0.1px;
|
||||
visibility: hidden;
|
||||
transition: min-width 200ms ease-out,
|
||||
max-width 230ms ease-out;
|
||||
}
|
||||
|
||||
.tab-background {
|
||||
|
Loading…
Reference in New Issue
Block a user