mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-25 08:07:20 -05:00
Small fix - retina images were being displayed pixelated, which they shouldn't be
This commit is contained in:
parent
07292af957
commit
4a7ee059fe
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user