fix tall images in link previews
This commit is contained in:
parent
300289af60
commit
864e90fe1f
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
max-height: 10em;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-radius: var(--roundness);
|
border-radius: var(--roundness);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue