Bug 941430 - Increase the tab max width. r=MattN

This commit is contained in:
Dão Gottwald 2014-03-06 00:09:17 +01:00
parent f5218755fb
commit f7c038b61f

View File

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