keep aspect ratio on very height wall images
This commit is contained in:
parent
3ff8246c36
commit
d10b3da2f0
|
@ -1170,6 +1170,7 @@ section #jotOpen {
|
|||
}
|
||||
.wall-item-content img {
|
||||
max-height: 480px;
|
||||
object-fit: contain;
|
||||
}
|
||||
.shared-content-wrapper,
|
||||
.vevent {
|
||||
|
|
Loading…
Reference in a new issue