fix website title centring with no favicon #262
This commit is contained in:
parent
27f51701d3
commit
aab630fad0
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue