mirror of
https://github.com/friendica/friendica
synced 2025-05-06 19:44:09 +02:00
keep aspect ratio on very height wall images
This commit is contained in:
parent
3ff8246c36
commit
d10b3da2f0
1 changed files with 1 additions and 0 deletions
|
@ -1170,6 +1170,7 @@ section #jotOpen {
|
||||||
}
|
}
|
||||||
.wall-item-content img {
|
.wall-item-content img {
|
||||||
max-height: 480px;
|
max-height: 480px;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
.shared-content-wrapper,
|
.shared-content-wrapper,
|
||||||
.vevent {
|
.vevent {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue