[ui] fix img stretch on og preview

feat/vaults
Tomáš Mládek 2022-02-13 14:12:20 +01:00
parent 0aa09a2e5b
commit 2a3144d22e
No known key found for this signature in database
GPG Key ID: 65E225C8B3E2ED8A
1 changed files with 4 additions and 1 deletions

View File

@ -109,7 +109,6 @@
audio,
video,
img,
.image,
.text {
width: 100%;
@ -126,6 +125,10 @@
margin-bottom: 1rem;
}
img {
object-fit: contain;
}
video {
background: rgba(128, 128, 128, 128);
}