wcoots / vue-minesweeper

💣 Personal project to build minesweeper in Vue
https://minesweeper-app.netlify.app/
GNU General Public License v3.0
3 stars 0 forks source link

fix(layout): fixing a bug that caused layout to wig out on ios #10

Closed Joel-Valentine closed 4 years ago

Joel-Valentine commented 4 years ago

I don't believe this altered the look of the layout, still functions on chrome and brave, tested on ios and I no longer run into the layout bug. Give it a quick look over yourself. I think the .5 caused it to go over the allowed container limit.

The smallest border size is actually 1px so .5 is rounded up

Joel-Valentine commented 4 years ago

Closed issue #9