diff --git a/chrome/icon_only_tabs.css b/chrome/icon_only_tabs.css index 7e46980..70f6e39 100644 --- a/chrome/icon_only_tabs.css +++ b/chrome/icon_only_tabs.css @@ -4,6 +4,9 @@ See the above repository for updates as well as full license text. */ .tab-content > :not(.tab-icon-stack){ display: none } +.tab-icon-image:not([src]){ + display: -moz-box !important; +} .tab-icon-stack > *{ margin-inline: 0 !important; } .tabbrowser-tab{ -moz-box-flex: 0 !important; }