Fix inline gif regression

このコミットが含まれているのは:
Zed 2020-11-15 18:03:51 +01:00
コミット 0d4048a62e
1個のファイルの変更6行の追加1行の削除

ファイルの表示

@ -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;
}