downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
220 stars 92 forks source link

Separate "Keyboard Shortcuts" #238

Closed Denton-L closed 1 year ago

Denton-L commented 2 years ago

Instead of having a giant list of Keyboard Shortcuts, separate the list into Basic and Advanced lists.

While we're at it, fix some instructions that render wrong. For example,

<code>[</code> and
<code>]</code> OR
<code>Shift</code> with arrow keys

ends up rendering as

[ and] ORShift with arrow keys

so fix the rendering by combining the lines together so that the space isn't lost.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
downforacross.com ✅ Ready (Inspect) Visit Preview May 30, 2022 at 0:23AM (UTC)
stevenhao commented 1 year ago

Thanks @Denton-L! Just getting around to this, looks amazing!

before:

image

after:

image