datguypiko / Firefox-Mod-Blur

Firefox CSS Theme - For dark theme lovers / More compact / Modular / Blur
1.37k stars 63 forks source link

Remove tabs entirely for sidebery #170

Open unkn0wncode opened 2 days ago

unkn0wncode commented 2 days ago

Hey, is there easy way to remove tabs entirely, be it horizontal of vertical, in case you just wanna use sidebery alone?

datguypiko commented 2 days ago

I cant test it right now but you can try adding to userChrome.css

TabsToolbar {

visibility:collapse !important; }

unkn0wncode commented 1 day ago

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 🤔

datguypiko commented 1 day ago

Worked fine with the code I used. image

I dont use sidebery and firefox will implement show on hover themselves later for vertical tabs and probably the new side bar.