mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed subwindows not displaying correctly (closes #54)
This commit is contained in:
@@ -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);
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user