Skip to content

Commit

Permalink
💄 limit size of images
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 28, 2024
1 parent a7a94d8 commit cf91939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/themes/apus/views/message-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}

.message-view img {
max-height: 200px;
max-width: 100%;
border-radius: 5px;
}
Expand Down

0 comments on commit cf91939

Please sign in to comment.