Shrink high-res icons to 16px #964

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-06 00:48:00 +09:00
parent 764cf0c8e1
commit e16dea2a85

View File

@ -240,6 +240,12 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position=
* See: https://github.com/piroor/treestyletab/issues/964#issuecomment-153781248
*/
max-width: none !important;
/**
* But we still have to set maximum size of the icon
* to shrink the size of high-res icons.
* See: https://github.com/piroor/treestyletab/issues/964#issuecomment-153801249
*/
max-height: 16px;
}
/* transaprent tab bar */