mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-09 02:45:11 -05:00
Small fix - retina images were being displayed pixelated, which they shouldn't be
This commit is contained in:
@@ -181,6 +181,10 @@
|
||||
margin: -18px 0 -4px 0;
|
||||
}
|
||||
.markdown-body .pokesprite tbody img.retina-ribbon-gen8,
|
||||
.markdown-body .pokesprite tbody img.retina-body-style-gen8 {
|
||||
image-rendering: auto;
|
||||
}
|
||||
.markdown-body .pokesprite tbody img.retina-ribbon-gen8,
|
||||
.markdown-body .pokesprite tbody img.retina-body-style-gen8 {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
Reference in New Issue
Block a user