Add sticker support

local
Thor 2 years ago
parent ad6397f1bb
commit 775e4c4be9
  1. 7
      app/javascript/flavours/glitch/styles/components/status.scss
  2. 9
      app/javascript/styles/mastodon/components.scss

@ -67,6 +67,13 @@
margin: 0;
}
img.emojione[alt^=":sticker_"] {
width: 128px;
height: 128px;
display: block;
margin: 0;
}
p, pre, blockquote {
margin-bottom: 20px;
white-space: pre-wrap;

@ -819,7 +819,14 @@
height: 32px;
margin: 0;
}
img.emojione[alt^=":sticker_"] {
width: 128px;
height: 128px;
display: block;
margin: 0;
}
p {
margin-bottom: 20px;
white-space: pre-wrap;

Loading…
Cancel
Save