piepworks / cassettenest-roadmap

Public roadmap for Cassette Nest
0 stars 0 forks source link

Prevent SVGs from being huge if CSS fails #317

Closed trey closed 1 year ago

trey commented 1 year ago

a page without CSS loaded showing an enormous SVG icon that doesn't even fit on the screen

trey commented 1 year ago

I had previously thought I had done something like that on Lists of Books, but it's actually already on Cassette Nest. It's just not enough.

    <style>svg { max-width: 50px; }</style>
</head>