edelvarden / material-fox-updated

🦊 Firefox user CSS theme looks similar to Chrome
MIT License
300 stars 12 forks source link

[Bug]: autoscroller is too wide #26

Closed notpeelz closed 11 months ago

notpeelz commented 11 months ago

What happened?

Expected: image

Actual: image

Steps to reproduce the problem

  1. enable general.autoScroll
  2. middle click (on a scrollable page)
  3. observe the wide autoscroller

Additional info

Firefox version: 119.0 Operating system: Arch Linux (x86-64)

Workaround

I couldn't figure out what rule(s) affect the autoscroller like that, but in the meantime I'm using this to restore the width:

.autoscroller {
  min-width: 0 !important;
}
edelvarden commented 11 months ago

Added fix, reinstall archive please.

notpeelz commented 11 months ago

I use a git clone of the repo with a custom patchset, but thanks nonetheless. Maybe it would be appropriate to have multiple branches for backporting fixes to older versions of Firefox (or maybe just branches for the current and next versions)?

edelvarden commented 11 months ago

I'll think about it, because there are quite serious changes in version 120, and it make a sense to separate in another branch