firefox: fix always hiding firefox titlebar
This commit is contained in:
parent
8203e9f72f
commit
5b28246be0
@ -68,12 +68,12 @@ user_pref('privacy.window.maxInnerHeight', ${windowSize[1]}); */
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
:not(html[tabsintitlebar="true"]) #titlebar,
|
||||
:not(html[tabsintitlebar="true"]) .tabbrowser-tab,
|
||||
:not(html[tabsintitlebar="true"]) .tab-background,
|
||||
:not(html[tabsintitlebar="true"]) .tab-content,
|
||||
:not(html[tabsintitlebar="true"]) #tabbrowser-tabs,
|
||||
:not(html[tabsintitlebar="true"]) .tab-icon-image {
|
||||
html:not([tabsintitlebar="true"]) #titlebar,
|
||||
html:not([tabsintitlebar="true"]) .tabbrowser-tab,
|
||||
html:not([tabsintitlebar="true"]) .tab-background,
|
||||
html:not([tabsintitlebar="true"]) .tab-content,
|
||||
html:not([tabsintitlebar="true"]) #tabbrowser-tabs,
|
||||
html:not([tabsintitlebar="true"]) .tab-icon-image {
|
||||
display: none !important;
|
||||
}
|
||||
`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user