Skip to content

Commit 4b706ff

Browse files
committed
Fixed subwindows not displaying correctly (closes #54)
1 parent 52b6eab commit 4b706ff

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/browser/app/profile/zen-browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ pref('zen.sidebar.floating', true);
153153
pref('zen.splitView.working', false);
154154

155155
// Zen Workspaces
156-
pref('zen.workspaces.enabled', true);
156+
pref('zen.workspaces.enabled', false);

src/browser/themes/shared/zen-browser-shared.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,22 @@ panelmultiview {
521521
}
522522
}
523523

524+
:root:is([chromehidden~="location"],[chromehidden~="toolbar"]) {
525+
--zen-browser-border-radius: 0 !important;
526+
527+
& #navigator-toolbox {
528+
display: none;
529+
}
530+
531+
& #tabbrowser-tabpanels {
532+
margin: 0 !important;
533+
534+
& .browserSidebarContainer {
535+
margin: 0 !important;
536+
}
537+
}
538+
}
539+
524540
/* Screenshots */
525541

526542
#screenshotsPagePanel {

0 commit comments

Comments
 (0)