Skip to content

Commit

Permalink
Merge pull request #9314 from RocketChat/custom-emoji-size-last-message
Browse files Browse the repository at this point in the history
[FIX] custom emoji size on sidebar item
  • Loading branch information
rodrigok committed Jan 3, 2018
1 parent 79b1cc2 commit 24a3af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@
}

.emoji.big {
width: 44px !important;
height: 44px !important;
width: 44px;
height: 44px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
font-size: 12px;
line-height: normal;

& .emojione {
& .emojione,
& .emoji, {
width: 13px !important;
min-width: 13px;
height: 13px !important;
Expand Down

0 comments on commit 24a3af0

Please sign in to comment.