aecreations / readnext

Read Next: an extension for Mozilla Firefox
Other
4 stars 1 forks source link

On macOS, unwanted wrapping of sidebar toolbar when sidebar at default width #50

Closed aecreations closed 1 year ago

aecreations commented 1 year ago

Read Next 0.9

Similar issue as described in issue #49. This isn't reproducible in Firefox on macOS 10.15.7 Catalina where the sidebar width is wider, but is observed on macOS Monterey 12.5.1, where the sidebar width is as narrow as on Windows.

image

aecreations commented 1 year ago

In addition to tightening up the letter spacing, the toolbar elements should not wrap if there isn't enough horizontal space. The CSS overflow property might be useful here: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow

aecreations commented 1 year ago

Not fixed. Wrapping still occurs on macOS, despite the fix.