chat.css 145 B

1234567891011
  1. #app > #chat {
  2. position: fixed;
  3. bottom: 0;
  4. right: 0;
  5. display: none;
  6. }
  7. #chat .well-chat {
  8. padding: 8px 15px 0px 15px;
  9. margin: 0px;
  10. }