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