Last active
August 6, 2024 22:41
-
-
Save thoughtsunificator/4f6e23df5df450884e540e1670932f0d to your computer and use it in GitHub Desktop.
Firefox userChrome to autohide Sideberry panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Based on https://gist.github.com/BrianGilbert/1ad7e3931406f485a86a35aefb0aa1b1 */ | |
#main-window:has(#mainPopupSet:hover) #sidebar-box, | |
#main-window:has(#appcontent:hover) #sidebar-box { | |
width: 0!important; | |
min-width: 0!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolute positioning