mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-21 22:52:42 +02:00
fix: changed to media all and add min-resolution
This commit is contained in:
parent
8263f08c6e
commit
4bbb03bee1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user