Open unkn0wncode opened 2 days ago
I cant test it right now but you can try adding to userChrome.css
visibility:collapse !important; }
I cant test it right now but you can try adding to userChrome.css
TabsToolbar { visibility:collapse !important; }
that didn't really work, but seems if I turn on vertical and remove whole sidebar, it does the job, somewhat.
#sidebar-main {
visibility: collapse !important;
}
or can hide #vertical-tabs
to leave sidebar, hard to say which is better but well, works.
Maybe for a mod would be good to make sidebar show only on hover, without tabs 🤔
Worked fine with the code I used.
I dont use sidebery and firefox will implement show on hover themselves later for vertical tabs and probably the new side bar.
Hey, is there easy way to remove tabs entirely, be it horizontal of vertical, in case you just wanna use sidebery alone?