header cleanup + fixes + websocket moves

This commit is contained in:
2024-02-25 20:41:38 +01:00
parent b407bee0c9
commit 0924b4ee45
7 changed files with 143 additions and 69 deletions
+5 -3
View File
@@ -2,7 +2,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Create Game</title>
<title>Ozai:create</title>
<link rel="icon" type="image/png" href="/azul-flake.png">
<style>
body {
display: flex;
@@ -11,11 +12,12 @@
align-items: center;
margin-left: 20vw;
width: 60vw;
background: url({{ url_for('static', filename='azul.webp') }}) no-repeat center center fixed;
/* removed due to low visibility */
/* background: url({{ url_for('static', filename='azul.webp') }}) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-size: cover; */
}
form {