Fix inline gif regression

This commit is contained in:
Zed 2020-11-15 18:03:51 +01:00
parent 97a582e837
commit 0d4048a62e

View file

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