meganesu / generate-gb-opcodes

A helper project to dynamically generate the opcodes for each Game Boy CPU instruction mnemonic
https://meganesu.github.io/generate-gb-opcodes/
42 stars 9 forks source link

fix: lock sidebar max width to 40ch #43

Closed meganesu closed 2 years ago

meganesu commented 2 years ago

Description

This PR adjusts the sizing of the sidebar to prevent it from growing beyond 40 characters wide. This should solve the problem of the sidebar being unnecessarily wide on larger screen sizes.

Related issue

Closes #32