diff --git a/webroot/index.html b/webroot/index.html index e9b62b2cf..7dd29f007 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -53,19 +53,17 @@
-
-
+ +
-
-

{{ message.author }}

-

+
+

{{ message.author }}

+

-
diff --git a/webroot/js/app.js b/webroot/js/app.js index cbfca1e4e..f68b997a2 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -98,7 +98,7 @@ function setupWebsocket() { setupApp() getStatus() -setupWebsocket() +// setupWebsocket() // setInterval(getStatus, 5000) // HLS Video setup diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index dc99c4da8..1fd07e152 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -96,7 +96,27 @@ header h1 { margin-bottom: 0; } - +.message { + padding: .85em; + align-items: flex-start; +} +.message-avatar { + height: 2.5em; + width: 2.5em; + margin-right: .75em; + /* background-color: rgba(236, 236, 236, .5); */ + background-color: rgba(0,0,0, .75); +} +.message-content { + font-size: .85em; +} +.message-author { + font-weight: 600; +} +.message-text { + color: #ccc; + font-weight: 100; +} .no-chat .left-col {