Sasszem / sudoku-solver

Sudoku solver webapp with Svelte and Rust (wasm)
2 stars 0 forks source link

CSS error in Firefox #1

Closed Btimes2 closed 3 years ago

Btimes2 commented 3 years ago

The app is not the best in Firefox 85. Screenshot included. Screenshot_2021-02-17 Sudoku solver

Sasszem commented 3 years ago

Apparently width: fit-content does not work in FF, but we can use width: -moz-fit-content

Sasszem commented 3 years ago

Should be fixed by 46e91e2e We'll see after I rebuild the thing

Sasszem commented 3 years ago

Updated the public build. @Btimes2 Please verify that it works now and then close the issue!

Btimes2 commented 3 years ago

Thank you, works nicely :)