Fixed subwindows not displaying correctly (closes #54)

This commit is contained in:
Mauro Balades
2024-07-14 00:48:20 +02:00
parent 52b6eab0d7
commit 4b706ff33a
2 changed files with 17 additions and 1 deletions

View File

@@ -153,4 +153,4 @@ pref('zen.sidebar.floating', true);
pref('zen.splitView.working', false);
// Zen Workspaces
pref('zen.workspaces.enabled', true);
pref('zen.workspaces.enabled', false);

View File

@@ -521,6 +521,22 @@ panelmultiview {
}
}
:root:is([chromehidden~="location"],[chromehidden~="toolbar"]) {
--zen-browser-border-radius: 0 !important;
& #navigator-toolbox {
display: none;
}
& #tabbrowser-tabpanels {
margin: 0 !important;
& .browserSidebarContainer {
margin: 0 !important;
}
}
}
/* Screenshots */
#screenshotsPagePanel {