Merge pull request #9314 from RocketChat/custom-emoji-size-last-message

[FIX] custom emoji size on sidebar item
pull/8800/merge
Rodrigo Nascimento 8 years ago committed by GitHub
commit 9dc9db347c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/rocketchat-theme/client/imports/components/emojiPicker.css
  2. 3
      packages/rocketchat-theme/client/imports/components/sidebar/sidebar-item.css

@ -254,6 +254,6 @@
}
.emoji.big {
width: 44px !important;
height: 44px !important;
width: 44px;
height: 44px;
}

@ -229,7 +229,8 @@
font-size: 12px;
line-height: normal;
& .emojione {
& .emojione,
& .emoji, {
width: 13px !important;
min-width: 13px;
height: 13px !important;

Loading…
Cancel
Save