Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken graphics on Blink browsers #513

Open
SilentImp opened this issue Dec 3, 2024 · 1 comment
Open

Broken graphics on Blink browsers #513

SilentImp opened this issue Dec 3, 2024 · 1 comment

Comments

@SilentImp
Copy link

SilentImp commented Dec 3, 2024

Describe the bug

It seems that icons and some other elements somehow broken in brave.
There are spacing between "pixels" in the icons.

To Reproduce

  1. Got to 'https://nostalgic-css.github.io/NES.css/' in the Brave browser
  2. Icons look broken

Expected behavior

Icon without white spacing between "pixels"

Screenshots

Brave (incorrect)
image

Chrome Canary (incorrect)
image

Firefox (correct)
image

Environment:

  • OS: Version 1.73.91 Chromium: 131.0.6778.85 (Official Build) (64-bit)
  • Browser: Version 1.73.91 Chromium: 131.0.6778.85 (Official Build) (64-bit)
  • Build environment (i.e. NodeJS):

Suggestion(s) for fixing this issue

Additional context

@SilentImp SilentImp changed the title Broken graphics on Brave browser Broken graphics on Blink browsers Dec 3, 2024
@SilentImp
Copy link
Author

SilentImp commented Dec 3, 2024

Maybe related to #434
But

* {
    border-image-repeat: stretch !important;

    // for chrome
    @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      border-image-repeat: stretch  !important;
    }
  
    // for firefox
    @supports (-moz-appearance: meterbar) {
      border-image-repeat: stretch  !important;
    }
}

doesn't seem helping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant