use placeholder image if tab doesn't have icon

This commit is contained in:
MrOtherGuy 2021-12-20 18:41:55 +02:00
parent fcec71b08a
commit b9d2dfd2f8

View file

@ -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; }