From 3d8283bd8e62b9d0fa99c5c54d176197aaf41c5b Mon Sep 17 00:00:00 2001 From: Fluffy Jenkins Date: Wed, 8 Jan 2020 00:54:48 +0000 Subject: [PATCH] added to DefaultScripts --- scripts/communityModules/chat/FloofChat.html | 15 ++++++++------- scripts/defaultScripts.js | 4 +++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/scripts/communityModules/chat/FloofChat.html b/scripts/communityModules/chat/FloofChat.html index 57fa1cbcdf..6ca92994a1 100644 --- a/scripts/communityModules/chat/FloofChat.html +++ b/scripts/communityModules/chat/FloofChat.html @@ -85,9 +85,7 @@ } .ChatLog { - height: calc(100vh - 128px); - /*height: calc(100vh - 103px); - width: calc(100vw - 40px);*/ + height: calc(100vh - 137px); padding: 20px !important; font-size: 20px; color: white; @@ -126,10 +124,13 @@ .ChatInputText { padding: 5px !important; height: 50px !important; - width: 100vw; + width: calc(100vw - 20px) !important; font-size: 20px !important; background-color: white !important; - border: white !important; + border-style: solid !important; + border-color: #232323 !important; + border-width: 5px 5px 5px 5px !important; + } .responsive { @@ -175,7 +176,7 @@
-
+
diff --git a/scripts/defaultScripts.js b/scripts/defaultScripts.js index 7f78d2477f..795458f05d 100644 --- a/scripts/defaultScripts.js +++ b/scripts/defaultScripts.js @@ -37,7 +37,9 @@ var DEFAULT_SCRIPTS_COMBINED = [ "system/keyboardShortcuts/keyboardShortcuts.js" ]; var DEFAULT_SCRIPTS_SEPARATE = [ - "system/controllers/controllerScripts.js" + "system/controllers/controllerScripts.js", + "communityModules/notificationCore/notificationCore.js", + "communityModules/chat/FloofChat.js" //"system/chat.js" ];