Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. //META{"name":"BandagedCompact","description":"A very compact theme for Discord.","author":"pet","version":"1.0"}*//
  2.  
  3. /************** Chat **************/
  4.  
  5. /* Wrapper */
  6. .da-messagesWrapper {
  7. /* margin-bottom: 19px; */
  8. margin-left: -10px;
  9. position: relative;
  10. z-index: 0;
  11. }
  12.  
  13. /* Message Height */
  14. .da-messagesWrapper .da-containerCozyBounded {
  15. padding: 6px 0;
  16. /* border-top: 1px solid hsla(0,0%,100%,.06); */
  17. }
  18. /* Last Message (of a message group) */
  19. .da-messagesWrapper .da-messageCozy:last-of-type {
  20. margin-bottom: 0.3em;
  21. }
  22. /* Message Divider */
  23. .da-messagesWrapper .da-messageCozy + .da-dividerEnabled {
  24. margin: 0 2px 0 19px;
  25. }
  26. /* Avatar */
  27. .da-messagesWrapper .da-messageCozy .da-headerCozy .da-avatar {
  28. /* margin-left: 30px; */
  29. /* margin-right: 10px; */
  30. }
  31. /* Names */
  32. .da-messagesWrapper .da-messageCozy .da-headerCozy .da-username {
  33. /* font-weight: 600; */
  34. }
  35.  
  36. /* Timestamp above messages */
  37. .da-messagesWrapper .da-messageCozy .da-headerCozy .da-timestampCozy {
  38. font-size: 12px
  39. }
  40.  
  41. /* Bottom Area (Above the Input Box) */
  42. .da-channelTextArea {
  43. padding-top: 10px;
  44. }
  45.  
  46. /* Input Box */
  47. div[class^='chat-'] form {
  48. margin-left: 9px;
  49. margin-right: 15px;
  50. position: relative;
  51. z-index: 0;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement