Skip to content

Commit

Permalink
fix(gifs): reply preview for gifs extra large (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekrimo authored Oct 14, 2024
1 parent 7f004b3 commit abe6c2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/layouts/Chatbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,13 @@
overflow: hidden;
text-align: left;
}
:global(img) {
max-width: 100%;
max-height: 75px;
width: auto;
height: auto;
object-fit: contain;
}
.attachment-container {
display: flex;
align-items: center;
Expand Down

0 comments on commit abe6c2b

Please sign in to comment.