Karna@lemmy.ml to Linux@lemmy.ml • 8 months agoMozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech Newsexternal-linkmessage-square18 fedilinkarrow-up1166cross-posted to: firefox@lemmy.ml
arrow-up1166external-linkMozilla released a Firefox Nightly test build with vertical tabs - gHacks Tech NewsKarna@lemmy.ml to Linux@lemmy.ml • 8 months agomessage-square18 Commentsfedilinkcross-posted to: firefox@lemmy.ml
minus-squareBit-Man@lemmy.mlhexbear2·8 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) linkfedilink
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)