frio: give images in the networstream a little border-radius
This commit is contained in:
parent
8ac08652ea
commit
030f44b2fe
1 changed files with 4 additions and 0 deletions
|
@ -1255,6 +1255,10 @@ section #jotOpen {
|
||||||
max-height: 480px;
|
max-height: 480px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
.wall-item-body > img,
|
||||||
|
.wall-item-body > a > img {
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
.shared-wrapper,
|
.shared-wrapper,
|
||||||
.vevent {
|
.vevent {
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
|
|
Loading…
Reference in a new issue