Skip to content

Commit

Permalink
Allow emotes to grow horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 8, 2023
1 parent fda7552 commit 1a3df02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Chat/Markup/Emoji.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.Emoji {
/* Same size as the surrounding text */
height: 1.3em;
width: 1.3em;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
Expand All @@ -10,7 +9,7 @@
}

.Emoji-img {
max-width: 100%;
max-width: 200px;
max-height: 100%;
vertical-align: middle;
}

0 comments on commit 1a3df02

Please sign in to comment.