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 authored Jan 3, 2018
2 parents dde0c2f + 3fa222a commit 9dc9db3
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 9dc9db3

Please sign in to comment.