Fix inline gif regression

This commit is contained in:
Zed 2020-11-15 18:03:51 +01:00
parent 97a582e837
commit 0d4048a62e
1 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,12 @@
.image-attachment {
width: 100%;
}
.gallery-gif {
align-self: flex-start;
border-radius: 7px;
overflow: hidden;
}
}
.attachment {
@ -102,7 +108,6 @@
}
.media-gif {
display: inline-block;
background-color: unset;
width: unset;
}