mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
No injections, better style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user