update ui

This commit is contained in:
Simon Vieille 2022-09-08 09:48:30 +02:00
parent e5cbfd77d0
commit a6a30078bb
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -10,7 +10,7 @@ Particles.prototype.start = function () {
}
const height = this.header.offsetHeight
const width = this.header.offsetWidth - 40
const width = this.header.offsetWidth
let canvas
this.particles.style.maxHeight = height + 'px'