From 9ce9fa76c60742455d57e7c5ccb0297f2a157eb9 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sun, 19 Oct 2025 21:48:04 +0200 Subject: [PATCH] feat: Make the size of the toolbar one pixel smaller, b=no-bug, c=common --- src/zen/common/styles/zen-browser-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/common/styles/zen-browser-ui.css b/src/zen/common/styles/zen-browser-ui.css index ca0366d1f..0d5ecd5a7 100644 --- a/src/zen/common/styles/zen-browser-ui.css +++ b/src/zen/common/styles/zen-browser-ui.css @@ -138,7 +138,7 @@ :root[zen-single-toolbar='true'] #nav-bar { border-top: none !important; - --zen-toolbar-height: 38px; + --zen-toolbar-height: 37px; } #zen-main-app-wrapper {