racket / scribble

Other
197 stars 90 forks source link

Fix navigation separator wrapping in Safari #319

Closed jryans closed 2 years ago

jryans commented 2 years ago

This moves the separator around the "contents" link inside a hidden by default span, which avoids a wrapping issue in desktop Safari.

image

Fixes https://github.com/racket/scribble/issues/318 Merge to release branch

jryans commented 2 years ago

@mflatt Not quite sure what the process is to include this in the release branch, but anyway, it would be good to do so to avoid visual regression for desktop Safari with the upcoming 8.3 release.

mflatt commented 2 years ago

Thanks! I've merged this change to the release branch.