diff options
Diffstat (limited to '')
-rw-r--r-- | modules/browsers/firefox/userChrome.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/browsers/firefox/userChrome.nix b/modules/browsers/firefox/userChrome.nix deleted file mode 100644 index ab93747..0000000 --- a/modules/browsers/firefox/userChrome.nix +++ /dev/null @@ -1,23 +0,0 @@ -'' - /* sidebar hack to flip contents the way i want them (arrows on the left) */ - #nav-bar-customization-target { - flex-direction: row-reverse; - } - - /* remove broken padding from sidebar hack */ - #unified-extensions-button { - padding-left: 0 !important; - } - - /* remove padding beside search bar */ - toolbarspring { - display: none !important; - } - - /* remove overflow menu and everything in it */ - #nav-bar-overflow-button, - #firefox-view-button, - #alltabs-button { - visibility: collapse; - } -'' |