From 786b4c04fa0ad6bca901eb39aa983f11302a6066 Mon Sep 17 00:00:00 2001 From: Ginger Wong Date: Sun, 23 Aug 2020 18:33:19 -0700 Subject: [PATCH] cleanup commented out styles --- webroot/index2.html | 14 ++- webroot/js/app2.js | 2 +- webroot/js/chat/username.js | 2 +- webroot/styles/chat.css | 63 +---------- webroot/styles/layout.css | 178 ++------------------------------ webroot/styles/user-content.css | 65 ------------ 6 files changed, 24 insertions(+), 300 deletions(-) diff --git a/webroot/index2.html b/webroot/index2.html index 63920763b..babc44c3f 100644 --- a/webroot/index2.html +++ b/webroot/index2.html @@ -1,3 +1,14 @@ + + @@ -28,7 +39,8 @@ - + + diff --git a/webroot/js/app2.js b/webroot/js/app2.js index 551693292..35e6bd6bd 100644 --- a/webroot/js/app2.js +++ b/webroot/js/app2.js @@ -390,7 +390,7 @@ export default class App extends Component { -
+
${streamStatusMessage} ${viewerCount} ${pluralize('viewer', viewerCount)}. Max ${pluralize('viewer', sessionMaxViewerCount)}. diff --git a/webroot/js/chat/username.js b/webroot/js/chat/username.js index babf6d300..bb67ba260 100644 --- a/webroot/js/chat/username.js +++ b/webroot/js/chat/username.js @@ -87,7 +87,7 @@ export default class UsernameForm extends Component { ${username} -
+