Fix inline gif regression
This commit is contained in:
parent
97a582e837
commit
0d4048a62e
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue