Fix inline gif regression
This commit is contained in:
parent
97a582e837
commit
0d4048a62e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue