- Apply round corner to more images in feed

This commit is contained in:
ngnee 2025-02-01 11:14:12 +01:00
parent 725b9b87f2
commit 44d1a9c82a
2 changed files with 8 additions and 2 deletions

View file

@ -1001,7 +1001,10 @@ aside .widget li:hover {
.img-allocated-max-width {
margin: 20px auto;
}
figure.img-allocated-height, figure.img-allocated-height img {
figure.img-allocated-height,
figure.img-allocated-height img,
img.attachment-image,
img.empty-description {
border-radius: 8px !important;
}
#vcard-short-photo-wrapper img,

View file

@ -933,7 +933,10 @@
.img-allocated-max-width {
margin: 20px auto;
}
figure.img-allocated-height, figure.img-allocated-height img {
figure.img-allocated-height,
figure.img-allocated-height img,
img.attachment-image,
img.empty-description {
border-radius: 8px !important;
}
#vcard-short-photo-wrapper img,