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