MrOtherGuy / firefox-csshacks

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

[Question]Mixing side bar and multi bar #354

Closed Itstatertots closed 6 months ago

Itstatertots commented 6 months ago

Is it possible to have the side bar but keep the bookmark bar by using the multi bar

MrOtherGuy commented 6 months ago

What exactly do you mean? Neither multi-row_tabs.css or multi-row_bookmarks.css should affect sidebar.

Itstatertots commented 6 months ago

sorry i meant vertical bar im trying to make firefox Opera GX and I'm using ur vertical bookmark/toolbar CSS and I was wondering if its possible to add another bookmark bar under the search bar

MrOtherGuy commented 6 months ago

I see. You should be able to use vertical_menubar.css instead of vertical_bookmarks_toolbar.css, unless you need menubar as well of course. It appear vertical_menubar is a bit broken at the moment, but I believe I can fix that later today.

Itstatertots commented 6 months ago

ill try it out real quick

MrOtherGuy commented 6 months ago

New patch for vertical_menubar.css daf2d17 makes it work a bit better. Also, the side is now on left by default. but can be changed to right by setting userchrome.vertical-menubar.on-right.enabled to true in about:config

Itstatertots commented 6 months ago

Thank you so much