.StatusContent .emoji {
  height: 38px;
  width: 38px;
}
.StatusContent .emoji:hover {
  transform: scale(1.4);
  transition: 0.05s;
}
