mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-07-31 03:30:15 +02:00
fix: changed to media all and add min-resolution
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
@mixin border-image-chrome() {
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
|
||||
border-image-repeat: space;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user