chat.css 136 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 0;
  9. margin: 0;
  10. }