Skip to content

Commit

Permalink
✨ Limit height of social media images closes #76
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Apr 6, 2024
1 parent 996792e commit 7cf227a
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 @@ -24,6 +24,7 @@

.message-view img {
max-width: 100%;
max-height: var(--masonry-brick-width);
border-radius: var(--lumo-border-radius-s);
}

Expand Down

0 comments on commit 7cf227a

Please sign in to comment.