benschaf / kaesekaestchen

Welcome! This is a web application that allows users to play the game of Käsekästchen online. The web-app is built using HTML, CSS, and JavaScript. It also includes an AI opponent that can play against the user. Please feel free to fork this repository and make your own contributions!
0 stars 1 forks source link

blur elements aren't responsive #26

Open benschaf opened 8 months ago

benschaf commented 8 months ago

when resizing the screen, the blur elements aren't moving with the gameboard

Bildschirmfoto 2024-01-21 um 20 40 08
benschaf commented 8 months ago

might fix this later

benschaf commented 8 months ago

They are responsive on creation but not when the screensize changes

benschaf commented 7 months ago

see the above commit message 0bad946

in the future, the background blur elements will need to be rewritten in order to make them dynamically adapt to the screen window size. For now they remain responsive only on creation