Fix big emoji sizes for detailed statuses

local
Thor 2 years ago
parent e9272004de
commit 7a325063af
  1. 4
      app/javascript/flavours/glitch/styles/components/status.scss

@ -628,8 +628,8 @@
line-height: 24px;
.emojione {
width: 24px;
height: 24px;
width: 32px;
height: 32px;
margin: -1px 0 0;
}
}

Loading…
Cancel
Save