From f5ce61e04980ea179df7fb533a9c22f08bee4c93 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Tue, 16 Jan 2024 13:46:19 -0400 Subject: [PATCH] More css --- home/applications/browsers/default.nix | 56 +------------------------- 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/home/applications/browsers/default.nix b/home/applications/browsers/default.nix index cd6b990..f185370 100644 --- a/home/applications/browsers/default.nix +++ b/home/applications/browsers/default.nix @@ -284,38 +284,7 @@ "widget.use-xdg-desktop-portal.file-picker" = 1; }; userChrome = '' - /* Sidebery */ - #main-window.tabbrowser-tab { - visibility: collapse !important; - } - - #main-window.titlebar-button { - height: 40px !important; - } - - #main-window #nav-bar { - margin-top: -40px; - margin-right: 137px; - box-shadow: none !important; - } - #main-window #titlebar-spacer { - background-color: var(--chrome-secondary-background-color); - } - - #main-window #titlebar-buttonbox-container { - background-color: var(--chrome-secondary-background-color); - } - - #main-window .titlebar-color { - background-color: var(--toolbar-bgcolor); - } - - #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header { - visibility: collapse; - } - - /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/autohide_sidebar.css made available under Mozilla Public License v. 2.0 - See the above repository for updates as well as full license text. */ + #TabsToolbar{ visibility: collapse !important } /* Show sidebar only when the cursor is over it */ /* The border controlling sidebar width will be removed so you'll need to modify these values to change width */ @@ -345,29 +314,6 @@ min-width: var(--uc-sidebar-hover-width) !important; transition-delay: 0ms !important } - - /* Add sidebar divider and give it background */ - - #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] > #sidebar, - #sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] > #sidebar-header { - background-color: var(--toolbar-bgcolor) !important; - /* border-inline: 1px solid var(--sidebar-border-color) !important;*/ - border-inline: 1px solid var(--chrome-content-separator-color) !important; - border-inline-width: 0px 1px; - } - #sidebar-box[positionend]{ - direction: rtl - } - #sidebar-box[positionend] > *{ - direction: ltr - } - - #sidebar-box[positionend]:-moz-locale-dir(rtl){ - direction: ltr - } - #sidebar-box[positionend]:-moz-locale-dir(rtl) > *{ - direction: rtl - } ''; }; /*