Fix tall video gifs not filling message bubble

This commit is contained in:
Jamie Kyle 2023-09-27 11:42:36 -07:00 committed by GitHub
parent 1d0157877a
commit 20ddca9684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2681,6 +2681,7 @@ button.ConversationDetails__action-button {
video {
cursor: pointer;
object-fit: cover;
}
}