mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-08 03:24:27 +02:00
- Apply round corner to more images in feed
This commit is contained in:
parent
725b9b87f2
commit
44d1a9c82a
2 changed files with 8 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue