From e75165e5c02ada5492474b3fe93153c3d4e5741a Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 10 Oct 2023 14:47:51 -0400 Subject: [PATCH] fix(firefox): fix left sidebar border alignment in private tab --- nixos/home/firefox/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/home/firefox/custom.css b/nixos/home/firefox/custom.css index 4e4bf506..c14839d2 100644 --- a/nixos/home/firefox/custom.css +++ b/nixos/home/firefox/custom.css @@ -38,4 +38,7 @@ slot { :root:not([chromehidden~="toolbar"]) #PersonalToolbar { margin-top: -103.5px !important; } + :root[privatebrowsingmode]:not([chromehidden~="toolbar"]) #PersonalToolbar { + margin-top: -106.5px !important; + } }