etcet / HNES

Hacker News Extension Suite
Other
248 stars 71 forks source link

Style up/down arrows with SVG #91

Closed zastrowm closed 9 years ago

zastrowm commented 9 years ago

HN by default uses a gif for the up arrow (for the down arrow it rotates an the up arrow 180 degrees). This doesn't scale well to higher-res displays (or zoomed-in pages) so instead use SVG images.

zastrowm commented 9 years ago

Examples:

Without Pull Request (using gif) @ 500% Zoom: image

With Pull Ruquest (using SVG) @ 500% Zoom: image

And just to show that it doesn't break anything, (using SVG) 100% Zoom: image

etcet commented 9 years ago

Thanks for the new arrows and for providing a screenshot of the down-vote arrow!