Simpler gif fix

This commit is contained in:
Zed
2020-11-15 18:11:22 +01:00
parent 8912985beb
commit 7ad6f581c2
2 changed files with 2 additions and 7 deletions

View File

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