11 lines
145 B
CSS
11 lines
145 B
CSS
#app > #chat {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
display: none;
|
|
}
|
|
|
|
#chat .well-chat {
|
|
padding: 8px 15px 0px 15px;
|
|
margin: 0px;
|
|
}
|