set max width for very wide images

This commit is contained in:
Til Schmitter 2026-05-06 00:15:39 +02:00
parent 18096432d7
commit 448cd37f1e

View file

@ -3963,7 +3963,7 @@ html.e #wrap.thin {
min-width: calc(var(--grid-sz) / 2);
width: auto;
img {
max-width: none;
max-width: 100%;
height: calc(var(--grid-sz) - 2em);
}