From c2c4a3ad52c096db1c8dde97d3d21451613f000c Mon Sep 17 00:00:00 2001 From: Saad Nadeem <88615188+saadndm@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:57:33 -0500 Subject: [PATCH] zen-browser: fix sharp sidebar edges (#2161) Link: https://github.com/nix-community/stylix/pull/2161 Reviewed-by: Karun Sandhu Reviewed-by: 0xda157 (cherry picked from commit 805fa4262a21ada28cc918fa014359b9b35caea7) --- modules/zen-browser/userChrome.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/zen-browser/userChrome.nix b/modules/zen-browser/userChrome.nix index d87d5732..7a719111 100644 --- a/modules/zen-browser/userChrome.nix +++ b/modules/zen-browser/userChrome.nix @@ -125,8 +125,8 @@ with colors; --identity-icon-color: #${base0F-hex} !important; } - hbox#titlebar { - background-color: #${base00-hex} !important; + #navigator-toolbox { + --zen-main-browser-background-toolbar: #${base00-hex} !important; } #zen-appcontent-navbar-container {