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 @@