nostalgic-css / NES.css

NES-style CSS Framework | ファミコン風CSSフレームワーク
https://nostalgic-css.github.io/NES.css/
MIT License
20.47k stars 1.64k forks source link

Buttons and containers look .. weird on Firefox and Chrome #509

Open DRA6N opened 2 months ago

DRA6N commented 2 months ago

I copied the example from the NES.css site

This is what they look like: image

As for containers, how do I put the titled to the left, rather than it centered - like the example on the site image

calthies4 commented 4 weeks ago

I was running into a similar issue - I tracked it down to this:

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm){.nes-btn{border-image-repeat:space}}

Obviously this was added for a reason, but it only seems to mess up the buttons in firefox/chrome. I removed that code from my copy of the .css and the button borders look as they should.