universal-ctags / universal-ctags.github.io

A maintained ctags implementation
https://ctags.io
Other
5 stars 10 forks source link

Font bug on welcome website #27

Open Kipparis opened 3 years ago

Kipparis commented 3 years ago

Issue is about site display on webkit2 engine. surf browser
User agent string: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36

Consider following size of viewport: 1177x668. all working as expected (nothing crazy)
If I decrease viewport to 1143x668, hovering links causes font to decrease at size.

Screenshots are taken at 1143x668 viewport. First: without hovering. Later: with hovering. j0YX0BHf8FA 2021-02-03-155657_1143x986_scrot

Adityachaturvedi2906 commented 3 years ago

Hi, can I contribute to this issue? please guide me further.

cweagans commented 3 years ago

I haven't been able to reproduce the exact issue anywhere, but there is definitely something strange happening in Safari around that resolution. I recommend fixing the bug in the upstream theme that we're using (https://github.com/poole/hyde) and then importing the fix into this repo. PRs welcome!