Commit 7952fec6 authored by Phil Hughes's avatar Phil Hughes

Award emoji supports retina displays

parent a33b63b7
app/assets/images/emoji.png

1.08 MB | W: | H:

app/assets/images/emoji.png

1.08 MB | W: | H:

app/assets/images/emoji.png
app/assets/images/emoji.png
app/assets/images/emoji.png
app/assets/images/emoji.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -1723,4 +1723,12 @@
background-repeat: no-repeat;
height: 20px;
width: 20px;
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
background-image: image-url('emoji@2x.png');
background-size: 840px 820px;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment