diff --git a/dist/ef19487056b129c8f3eda17f9543ab70.css b/dist/ef19487056b129c8f3eda17f9543ab70.css index 212e1cf..4c4c6b7 100644 --- a/dist/ef19487056b129c8f3eda17f9543ab70.css +++ b/dist/ef19487056b129c8f3eda17f9543ab70.css @@ -7,6 +7,11 @@ body { background: #f1f1f1; font-family: sans-serif; } +main { + z-index: 980; + position: relative; + top: 6em; } + .dev { border: 1px solid black; } @@ -104,8 +109,11 @@ header { background: #dfdfdf; text-align: center; position: fixed; + height: 30px; z-index: 999; - width: 100%; } + width: 100%; + height: auto; + top: 0; } .nav-toggle { display: none; } diff --git a/dist/ef19487056b129c8f3eda17f9543ab70.js b/dist/ef19487056b129c8f3eda17f9543ab70.js index da1e2de..e595cee 100644 --- a/dist/ef19487056b129c8f3eda17f9543ab70.js +++ b/dist/ef19487056b129c8f3eda17f9543ab70.js @@ -149,7 +149,7 @@ function Module() { module.bundle.Module = Module; if (!module.bundle.parent && typeof WebSocket !== 'undefined') { - var ws = new WebSocket('ws://localhost:56486/'); + var ws = new WebSocket('ws://localhost:58854/'); ws.onmessage = function(event) { var data = JSON.parse(event.data); diff --git a/dist/index.html b/dist/index.html index 4183aaa..25742d6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -23,10 +23,25 @@ -