Create shrinking_pinned_tabs.css (#201)
This commit is contained in:
parent
a9e58dcf21
commit
57edf88b16
1 changed files with 16 additions and 0 deletions
16
chrome/shrinking_pinned_tabs.css
Normal file
16
chrome/shrinking_pinned_tabs.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*Make pinned tab width shrink dynamically, similar to unpinned tab width.*/
|
||||
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[pinned] {
|
||||
flex-grow: 10;
|
||||
-moz-box-flex: 10;
|
||||
max-width: 32px;
|
||||
}
|
||||
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) .tab-content[pinned] {
|
||||
padding: 0px !important;
|
||||
-moz-box-pack: center;
|
||||
}
|
||||
|
||||
.tab-label-container[pinned] {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in a new issue