Fix image attachment styling

This commit is contained in:
Andrew Godwin 2022-11-28 22:35:43 -07:00
parent fb342cfb54
commit c857cd026f

View file

@ -851,7 +851,7 @@ table.metadata td.name {
} }
.post .attachments a.image img { .post .attachments a.image img {
display: inline-block; display: block;
max-width: 200px; max-width: 200px;
max-height: 200px; max-height: 200px;
} }