MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.24k stars 315 forks source link

navbar_tabs_responsive_oneliner.css #376

Open wincmd64 opened 4 months ago

wincmd64 commented 4 months ago

Is there version for navbar_tabs_responsive_oneliner.css with tabs on left ?

MrOtherGuy commented 4 months ago

Well, there isn't, but I suppose there should be.

Actually, it might be wise to get rid of the "non-responsive" variants, because if someone would want it they can (probably?) just make the cut-off value so small that their window is always larger than that.

wincmd64 commented 4 months ago

navbar_tabs_oneliner.css navbar_tabs_oneliner_tabs_on_left.css navbar_tabs_responsive_oneliner.css

All this variants must be replaced with one css. And the user should be able to specify the variable themselves - left or right.

MrOtherGuy commented 4 months ago

Ideally, yes. But tabs being on left is considerably different to the normal, to the point where it doesn't really make sense to combine them I think.

MrOtherGuy commented 4 months ago

Well, perhaps the most painful thing would be that the on_left variant requires window_control_placeholder_support.css to handle window control spaces whereas the "normal" variants can work by themselves just fine.

datguypiko commented 2 months ago

Is there version for navbar_tabs_responsive_oneliner.css with tabs on left ?

Could solve this issue https://github.com/MrOtherGuy/firefox-csshacks/issues/386#issuecomment-2251413803

Tabs on left mentioned at the very bottom of my comment. You just need to change two lines of code to flip it, not including the code for padding of control buttons of course.