We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Expected behavior
Icon without white spacing between "pixels"
Screenshots
Brave (incorrect)
Chrome Canary (incorrect)
Firefox (correct)
Environment:
Suggestion(s) for fixing this issue
Additional context
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
Expected behavior
Icon without white spacing between "pixels"
Screenshots
Brave (incorrect)
Chrome Canary (incorrect)
Firefox (correct)
Environment:
Suggestion(s) for fixing this issue
Additional context
The text was updated successfully, but these errors were encountered: