Award emoji supports retina displays

This commit is contained in:
Phil Hughes 2016-02-19 11:15:58 +00:00
parent a33b63b7d4
commit 7952fec633
3 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

@ -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;
}
}