mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-19 04:21:22 +02:00
fix: changed to media all and add min-resolution
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin border-image-chrome() {
|
@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;
|
border-image-repeat: space;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user