No injections, better style

This commit is contained in:
Nicolas A. Tonne
2015-05-09 02:20:45 +02:00
parent 4978ca07eb
commit 3e3c73d168
3 changed files with 22 additions and 6 deletions

View File

@@ -193,16 +193,29 @@ hide mdi-action-visibility mdi-action-visibility-off
/*------------------- Channel page ---------------------------------------------------------------------------- */
#chat {
height: 81%;
height: calc(100% - 121px);
overflow-y: scroll;
text-align:left;
word-wrap:break-word;
}
#chat-log {
#chat-bar{
position: absolute;
display: inline;
will-change: left;
margin: 0;
padding: 0;
float: left;
}
ul #chat-log{
padding: 0px 0px 0px 11px !important;
}
#chat-input{
background-color: rgba(0,0,0,0.1);
}
#search_loader {
height:64px;
padding: 0 15px;
@@ -229,6 +242,7 @@ hide mdi-action-visibility mdi-action-visibility-off
margin-left: 25%;
}
#channelpage{
background-color:#2D2D2D;
}