gluon/firefox: fix css for native titlebar (#3)

This commit is contained in:
Beef 2022-12-13 20:26:08 +00:00 committed by GitHub
parent 3fc4723654
commit 442da0aa87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,15 @@ user_pref('privacy.window.maxInnerHeight', ${windowSize[1]}); */
.tab-content {
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 {
display: none !important;
}
`);
const proc = spawn(browserPath, [