diff --git a/modules/user/modules/firefox/default.nix b/modules/user/modules/firefox/default.nix index 49f22e2..cc1f407 100755 --- a/modules/user/modules/firefox/default.nix +++ b/modules/user/modules/firefox/default.nix @@ -194,9 +194,10 @@ in { ''; }; in { - base = { - id = 10; + base = mkProfile { + id = 5; name = "base"; + settings = {}; }; schizo = mkProfile { diff --git a/modules/user/modules/firefox/sideberry_chrome.css b/modules/user/modules/firefox/sideberry_chrome.css index b668b3e..9efd2f0 100755 --- a/modules/user/modules/firefox/sideberry_chrome.css +++ b/modules/user/modules/firefox/sideberry_chrome.css @@ -54,13 +54,13 @@ See the above repository for updates as well as full license text. */ direction: rtl; } -#sidebar-box > #sidebar { +#sidebar-box #sidebar { transition: min-width 115ms linear !important; min-width: var(--uc-sidebar-width) !important; will-change: min-width; } -#sidebar-box:hover > #sidebar { +#sidebar-box:hover #sidebar { min-width: var(--uc-sidebar-hover-width) !important; transition: min-width 100ms linear var(--uc-autohide-sidebar-delay), box-shadow 500ms linear !important; box-shadow: 0 0 4px rgba(10,10,10, .5); @@ -90,10 +90,11 @@ See the above repository for updates as well as full license text. */ margin-inline: 0px !important; border-left-style: solid !important; } -#sidebar-splitter{ - width: 0px !important; +#sidebar-splitter { + display: none; + /*width: 0px !important; background-color: #f00 !important; - border: none !important; + border: none !important;*/ } /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/autohide_bookmarks_toolbar.css made available under Mozilla Public License v. 2.0