diff --git a/bookface_dark.css b/bookface_dark.css index c796c91..6ea772e 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -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, diff --git a/bookface_light.css b/bookface_light.css index 6b12e73..db03bcf 100644 --- a/bookface_light.css +++ b/bookface_light.css @@ -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,