fix tall images in link previews

This commit is contained in:
Henry Jameson 2026-05-18 17:19:07 +03:00
commit 864e90fe1f

View file

@ -48,6 +48,7 @@
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
max-height: 10em;
object-fit: cover; object-fit: cover;
border-radius: var(--roundness); border-radius: var(--roundness);
} }