Skip to content

Commit c902335

Browse files
committed
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2 parents 921afb0 + 578ca15 commit c902335

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/zen/common/styles/zen-popup.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
:root {
1111
--panel-subview-body-padding: 2px 0;
12+
--arrowpanel-menuitem-border-radius: 5px;
13+
--arrowpanel-menuitem-margin: var(--uc-arrowpanel-menuitem-margin-block)
14+
var(--uc-arrowpanel-menuitem-margin-inline);
1215
--arrowpanel-menuitem-padding-block: 8px;
1316
--arrowpanel-menuitem-padding-inline: 14px;
1417
--uc-arrowpanel-menuicon-margin-inline: 14px;

src/zen/tabs/zen-tabs/vertical-tabs-topbar.inc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ z-index: 1;
3535
opacity: 0;
3636
pointer-events: none;
3737
}
38+
39+
& .titlebar-button {
40+
padding-top: 0 !important;
41+
padding-bottom: 0 !important;
42+
}
3843
}
3944

4045
@media -moz-pref('zen.view.experimental-no-window-controls') {

0 commit comments

Comments
 (0)