MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.05k stars 307 forks source link

With autohide_main_toolbar.css, dragging tabs only work for the top 1px or 2px. #342

Closed dragoneral closed 4 months ago

dragoneral commented 5 months ago

With autohide_main_toolbar.css active, dragging tabs from other windows and dropping tabs will only work when the cursor is hovering at the top few pixels of the tab bar.

MrOtherGuy commented 5 months ago

Hmm, you're right. Could you test replacing #TabsToolbar [on line 24] with #titlebar? I mean, it does fix this particular problem, but I'm a bit hesitant to call it a correct solution because it seems I have deliberately changed it from #titlebar to #TabsToolbar 3 years ago. So please test it and see if you hit some other issues with that.

dragoneral commented 4 months ago

I've used it for two days and I do not have any problem with the solution so far.

MrOtherGuy commented 4 months ago

Okay good to know. I feel like it might be something very niche like if one uses autohide_main_toolbar with tabs_below_content. Maybe in such case applying these rules to whole titlebar might not work as expected or some such.