diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 12:09:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-19 12:09:46 -0300 |
commit | e83be32ab336ae049e964f22ad4ead090ba01cde (patch) | |
tree | e58ead42832f708eb036fe45b579d529105c09ae /profile/chrome/tridactyl | |
parent | 395058823101437cd5ae4d14ffa80d297be4fd0e (diff) | |
download | firefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.gz firefoxer-e83be32ab336ae049e964f22ad4ead090ba01cde.tar.bz2 |
Feat: manage user.js
Diffstat (limited to 'profile/chrome/tridactyl')
-rw-r--r-- | profile/chrome/tridactyl/main.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/profile/chrome/tridactyl/main.css b/profile/chrome/tridactyl/main.css new file mode 100644 index 0000000..d636594 --- /dev/null +++ b/profile/chrome/tridactyl/main.css @@ -0,0 +1,30 @@ +/** + * Tridactyl customizations. + * https://github.com/tridactyl/tridactyl + */ + +:root:not([customizing]) #navigator-toolbox:not(:hover):not(:focus-within) #TabsToolbar { + visibility: collapse; +} + +statuspanel[type="overLink"], +#statuspanel[type="overLink"] { + display: none !important; +} + +#TabsToolbar { + visibility: collapse; +} + +#navigator-toolbox:not(:hover):not(:focus-within) #toolbar-menubar > * { + background-color: rgb(232, 232, 231); +} + +#main-window[sizemode="maximized"] #content-deck { + padding-top: 8px; +} + +#statuspanel { + right: 0; + display: inline; +} |