diff --git a/webroot/index.html b/webroot/index.html index 240aaef10..e9b62b2cf 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -22,13 +22,14 @@

Maybe a header

+ 💬 +
-
-
+
-
+
{{ streamStatus }} {{ viewerCount }} {{ 'viewer' | plural(viewerCount) }}. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only fpesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. @@ -48,10 +49,11 @@
+
-
+
-
- - - - - -
- -
- -
-
- -
-
- -
-
-
+
+
+ + + + + + + + + +
+
diff --git a/webroot/js/app.js b/webroot/js/app.js index e745becac..cbfca1e4e 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -23,7 +23,7 @@ function setupApp() { }) window.chatForm = new Vue({ - el: "#chatForm", + el: "#chat-form", data: { message: { author: "",//localStorage.author || "Viewer" + (Math.floor(Math.random() * 42) + 1), diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index e98495923..f70660694 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -74,10 +74,23 @@ header h1 { height: calc(100vh - 3em) } -#info { - height: 500px; +#chat-input-container { + position: absolute; + bottom: 0; + width: 100%; + border-top: 1px solid #eee; + padding: 1em; + background-color: #334; } +#chat-form { + flex-direction: column; + align-items: flex-end; + margin-bottom: 0; +} + + + .no-chat .left-col { width: 100vw;