From 44d1a9c82aba8bacd3da7a75a7507b0d57560482 Mon Sep 17 00:00:00 2001 From: ngnee <10722669-ngnee@users.noreply.gitlab.com> Date: Sat, 1 Feb 2025 11:14:12 +0100 Subject: [PATCH] - Apply round corner to more images in feed --- bookface_dark.css | 5 ++++- bookface_light.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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,