mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
use placeholder image if tab doesn't have icon
This commit is contained in:
parent
fcec71b08a
commit
b9d2dfd2f8
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ See the above repository for updates as well as full license text. */
|
||||||
.tab-content > :not(.tab-icon-stack){
|
.tab-content > :not(.tab-icon-stack){
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
.tab-icon-image:not([src]){
|
||||||
|
display: -moz-box !important;
|
||||||
|
}
|
||||||
.tab-icon-stack > *{ margin-inline: 0 !important; }
|
.tab-icon-stack > *{ margin-inline: 0 !important; }
|
||||||
.tabbrowser-tab{ -moz-box-flex: 0 !important; }
|
.tabbrowser-tab{ -moz-box-flex: 0 !important; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue