From 6e67d031552133c4269219fae682e8a4809564c8 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 16 Jan 2024 13:42:51 -0400 Subject: [PATCH] Modify firefox css --- home/applications/browsers/default.nix | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/home/applications/browsers/default.nix b/home/applications/browsers/default.nix index a1b7f57..cd6b990 100644 --- a/home/applications/browsers/default.nix +++ b/home/applications/browsers/default.nix @@ -284,31 +284,29 @@ "widget.use-xdg-desktop-portal.file-picker" = 1; }; userChrome = '' - #TabsToolbar{ visibility: collapse !important } - - /* Sidebery */ - #main-window[titlepreface*="🦊 "] .tabbrowser-tab { + /* Sidebery */ + #main-window.tabbrowser-tab { visibility: collapse !important; } - #main-window[titlepreface*="🦊 "] .titlebar-button { + #main-window.titlebar-button { height: 40px !important; } - #main-window[titlepreface*="🦊 "] #nav-bar { + #main-window #nav-bar { margin-top: -40px; margin-right: 137px; box-shadow: none !important; } - #main-window[titlepreface*="🦊 "] #titlebar-spacer { + #main-window #titlebar-spacer { background-color: var(--chrome-secondary-background-color); } - #main-window[titlepreface*="🦊 "] #titlebar-buttonbox-container { + #main-window #titlebar-buttonbox-container { background-color: var(--chrome-secondary-background-color); } - #main-window[titlepreface*="🦊 "] .titlebar-color { + #main-window .titlebar-color { background-color: var(--toolbar-bgcolor); }