Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. .message-group.compact .message .markup {
  2. font-size:95%;
  3. }
  4.  
  5. .theme-dark .friends-table .messages .message-group.compact .user-name, .theme-dark .messages-wrapper .messages .message-group.compact .user-name {
  6. font-size:100%;
  7. }
  8.  
  9. .channels-wrap {
  10. width: 160px;
  11. }
  12.  
  13. .channel-members-wrap {
  14. min-width: 200px;
  15. }
  16.  
  17. .channel-members {
  18. max-width: 200px;
  19. padding: 2px 0;
  20. }
  21.  
  22. .channel-members .member {
  23. padding: 5px 5px;
  24. }
  25.  
  26. .channel-members h2 {
  27. padding: 0 5px;
  28. }
  29.  
  30. .channel-members .member .member-activity {
  31. visibility: hidden;
  32. font-size: 0px;
  33. }
  34.  
  35. .channel-members .member .member-inner {
  36. width: 150px;
  37. }
  38.  
  39. .account .account-details {
  40. visibility: hidden;
  41. }
  42.  
  43. .channel-members .member .member-activity strong {
  44. visibility: visible;
  45. font-size: 10px;
  46. }
  47.  
  48. .account .btn-group {
  49. position: relative;
  50. left: -75px;
  51. }
  52.  
  53. .guild-channels .channel {
  54. font-size:65%;
  55. }
  56.  
  57. .guild-channels header {
  58. font-size:65%;
  59. margin-top: 5px;
  60. }
  61.  
  62. .guild-channels .channel-text.unread:not(.selected):not(.channel-muted)::before {
  63. top: 5px;
  64. left: -6px;
  65. }
  66.  
  67. .guild-channels .channel-text a {
  68. padding: 5px 0px 5px 10px;
  69. }
  70.  
  71. .guild-channels .channel-voice {
  72. padding: 5px 0px 5px 10px;
  73. }
  74.  
  75. .message-group {
  76. margin-left: 5px;
  77. margin-right: -17px;
  78. }
  79.  
  80. .message-group.compact .message .markup {
  81. text-indent: -80px;
  82. padding-left: 50px;
  83. }
  84.  
  85. .message-group.compact .message {
  86. padding: 0;
  87. margin: 0;
  88. }
  89.  
  90. .message-group .mentioned .message-text {
  91. margin-left: 15px;
  92. position: relative;
  93. left: -10px;
  94.  
  95. }
  96.  
  97. .theme-dark .message-group.compact .mentioned .timestamp {
  98. width: 70px;
  99. }
  100.  
  101. .message-group .comment .markup {
  102. margin-top: 0px;
  103. }
  104.  
  105.  
  106. .embed .embed-description, .embed .embed-error {
  107. font-size: 10px;
  108. }
  109.  
  110. .guild-channels .channel-voice-states {
  111. margin-top: 0px;
  112. padding-left: 0;
  113. }
  114.  
  115. .guild-channels .channel-voice-states li {
  116. font-size: 10px;
  117. }
  118.  
  119. .message-group.compact .emotewrapper img{
  120. max-height: 16px !important;
  121. margin: -5px 0.1em !important;
  122. }
  123.  
  124. .channel-textarea {
  125. margin: 10px 0 30px;
  126. }
  127.  
  128. .message-group.compact .timestamp {
  129. width: 75px;
  130. text-align: right;
  131. padding-right: 5px;
  132. overflow: hidden;
  133. font-size: 10px;
  134. }
  135.  
  136. .message-group.has-divider.hide-overflow.compact {
  137. margin-bottom:5px;
  138. }
  139. .divider{
  140. margin-bottom:5px;
  141. }
  142. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement