Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #body {
  2. height: 100%;
  3. }
  4.  
  5. #layout-container {
  6. display: block;
  7. }
  8.  
  9. #layout-main {
  10. height: 100%;
  11. width: 100%;
  12. }
  13.  
  14. .profile-wrp {
  15. padding-left: 0px;
  16. }
  17.  
  18. .chat-status {
  19. display: none;
  20. }
  21.  
  22. .chat-item {
  23. margin: 10px 0px;
  24. }
  25.  
  26. .msg-bubble {
  27. max-width: none;
  28. }
  29.  
  30. .chat-time {
  31. visibility: visible;
  32. }
  33.  
  34. .group-logo-avatar {
  35. background-image: none;
  36. }
  37.  
  38. .title-wrap .name-wrap .name-title {
  39. font-size: 16px;
  40. }
  41.  
  42. .latest-msg span {
  43. color: #aaa;
  44. }
  45.  
  46. .name a {
  47. color: black;
  48. }
  49.  
  50. .markdown-content blockquote {
  51. max-width: 600px;
  52. }
  53.  
  54. .user-avatar.normal .avatar-text {
  55. dispaly: none;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement