Karna@lemmy.ml to Linux@lemmy.ml · 7 months agoMozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech Newswww.ghacks.netexternal-linkmessage-square147fedilinkarrow-up1450arrow-down15cross-posted to: firefox@lemmy.ml
arrow-up1445arrow-down1external-linkMozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech Newswww.ghacks.netKarna@lemmy.ml to Linux@lemmy.ml · 7 months agomessage-square147fedilinkcross-posted to: firefox@lemmy.ml
minus-squareBit-Man@lemmy.mllinkfedilinkEnglisharrow-up2·7 months agoI’m using vertical tabs since 4 years ago and to do so installed Tree Style Tab (https://tinyurl.com/y5gr4dyn) Also has to disable horizontal tabs create or update the file chrome/userChrome.css located at your profile with #TabsToolbar { visibility: collapse; } and add the setting toolkit.legacyUserProfileCustomizations.stylesheets with value true (use about:config)
minus-squareVíctor A. Rodríguez :verified:@techhub.sociallinkfedilinkarrow-up1·7 months ago@KarnaSubarna also found some interesting style snippets for Firefox 😀 https://github.com/mbnuqw/sidebery/wiki/Firefox-Styles-Snippets-(via-userChrome.css)
I’m using vertical tabs since 4 years ago and to do so installed Tree Style Tab (https://tinyurl.com/y5gr4dyn)
Also has to disable horizontal tabs create or update the file
chrome/userChrome.css
located at your profile with#TabsToolbar { visibility: collapse; }
and add the setting
toolkit.legacyUserProfileCustomizations.stylesheets
with valuetrue
(use about:config)@KarnaSubarna also found some interesting style snippets for Firefox 😀
https://github.com/mbnuqw/sidebery/wiki/Firefox-Styles-Snippets-(via-userChrome.css)