- Apply round corner to link image preview

This commit is contained in:
ngnee 2025-02-01 11:24:22 +01:00
parent 44d1a9c82a
commit 4247821719
2 changed files with 2 additions and 0 deletions

View file

@ -1004,6 +1004,7 @@ aside .widget li:hover {
figure.img-allocated-height,
figure.img-allocated-height img,
img.attachment-image,
img.attachment-preview,
img.empty-description {
border-radius: 8px !important;
}

View file

@ -936,6 +936,7 @@
figure.img-allocated-height,
figure.img-allocated-height img,
img.attachment-image,
img.attachment-preview,
img.empty-description {
border-radius: 8px !important;
}