StampyAI / stampy-ui

AI Safety Q&A web frontend
https://aisafety.info
MIT License
35 stars 9 forks source link

Glossary image takes up too much space #768

Open LeMurphant opened 2 months ago

LeMurphant commented 2 months ago

When an image is present, it often crops the text too heavily with_img no_img Making the popups deeper would not work since there's just not enough horizontal space to show a reasonable amount of text.

I see a few options:

  1. Make all the glossary entries wider
  2. Detect if entries have images, and if so make them wider
  3. Automatically adjust the width so that the text fits.
LeMurphant commented 3 weeks ago

@melissasamworth what do you suggest as a solution?