fix website title centring with no favicon #262

This commit is contained in:
Adam Kostarelas 2021-05-30 19:33:00 +10:00
parent 27f51701d3
commit aab630fad0
No known key found for this signature in database
GPG key ID: B74228FF5EF4F8CB

View file

@ -286,3 +286,11 @@ tab[selected]:-moz-window-inactive {
position: relative;
margin-right: -10px;
}
/* Fix website with no favicon centred text */
.tabbrowser-tab:not([image]) .tab-icon-overlay:not([pinned], [sharing], [crashed]) .tab-icon-stack {
margin-left: 0 !important
}
.tabbrowser-tab:not([image]) .tab-icon-stack {
margin-left: 0 !important
}