diff --git a/www/static/style.css b/www/static/style.css index 5d8befb2..e18553be 100644 --- a/www/static/style.css +++ b/www/static/style.css @@ -4,12 +4,6 @@ body, html { margin: 0; padding: 0; overflow: hidden; -} -canvas { - position:absolute; - width: 100%; - height: 100%; - background: #002b36; touch-action: none; -webkit-touch-callout: none; -webkit-user-select: none; @@ -18,3 +12,9 @@ canvas { -ms-user-select: none; user-select: none; } +canvas { + position:absolute; + width: 100%; + height: 100%; + background: #002b36; +} diff --git a/www/templates/index.html b/www/templates/index.html index 015d3fc7..532efd46 100644 --- a/www/templates/index.html +++ b/www/templates/index.html @@ -1,22 +1,21 @@ + + Weylus + + + + - - Weylus - - - - - - - - Your browser does not support canvas element. - - + + + Your browser does not support canvas element. + +