Show panel and website controls for website side panels

This commit is contained in:
Mauro Balades
2024-04-26 17:59:41 +02:00
parent 972db98986
commit 3c52bbbba6
10 changed files with 158 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
[inDOMFullscreen="true"] #nav-bar {
[inDOMFullscreen="true"] #nav-bar,
[inDOMFullscreen="true"] #zen-sidebar-web-panel {
display: none !important;
}

View File

@@ -7,6 +7,7 @@
--zen-appcontent-separator-from-window: var(--zen-appcontent-separator-from-window-single);
--zen-appcontent-border-radius: var(--zen-panel-radius);
--zen-appcontent-border: 1px solid light-dark(#ddd, #4a4a4a);
--zen-browser-border-radius: 10px;
}
toolbox#navigator-toolbox,
@@ -28,6 +29,10 @@ html#main-window > body {
margin: var(--zen-appcontent-separator-from-window);
}
#appcontent[inlinedwithsidebar="true"] {
background: var(--toolbar-bgcolor);
}
:not([inDOMFullscreen="true"]) #appcontent,
#sidebar-box,
#navigator-toolbox:not([inlinedwithsidebar="true"]) #TabsToolbar {

View File

@@ -243,6 +243,7 @@ toolbarbutton:not(:is(
.zen-sidebar-action-button,
.all-tabs-close-button,
.zen-sidebar-panel-button,
#zen-sidebar-web-panel-close,
#PanelUI-zen-profiles-managePrfs
)),
#PanelUI-zen-profiles menuitem {