/* modify this px number if you want things to be relatively bigger or smaller */
#messages-only{
font-size:16px;
#messages-only{}
::-webkit-scrollbar{
width:0px;
background:transparent;
}
#messages-only#messages-container{
height:100%;
height:100vh;
overflow:auto;
}
#messages-only.message-content{
text-shadow:1px1px0pxrgba(0,0,0,0.25);
@ -31,3 +50,10 @@ The styles in this file mostly ovveride those coming from chat.css
@@ -31,3 +50,10 @@ The styles in this file mostly ovveride those coming from chat.css