Change CSS chatbox
This commit is contained in:
parent
f773fb5e70
commit
6448ad9d89
2 changed files with 7 additions and 4 deletions
|
@ -68,12 +68,15 @@
|
|||
#chat-online {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
#chat-online-content {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0;
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
overflow-y: auto;
|
||||
max-height: 81vh;
|
||||
max-height: 77vh;
|
||||
}
|
||||
#chat-box {
|
||||
border: 1px solid #ccc;
|
||||
|
@ -121,4 +124,4 @@
|
|||
.chat-left-panel, .chat-right-panel {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue