← Back to context

Comment by wuhhh

6 hours ago

I can’t look, so many arrows poorly aligned with text - how can these developers live with themselves!

What is one to do? Unicode has dozens of arrows for each direction, but each of them has its height compared to the text rendered differently depending on font or platform

  • They're usually done with SVGs or CSS pseudoelements (a clip-path polygon or borders and rotation) rather than Unicode arrows

    • Exactly, text content goes in a <span>, icon is an <svg>, flex align items center on the wrapper gets you close, nudge the icon to perfection with transform: translate

      2 replies →