Advertisement
Guest User

Untitled

a guest
Sep 5th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. /* Make score and vote buttons less yuuge */
  2. .score {
  3.     font-size: 1rem;
  4. }
  5. .arrow-down::before, .arrow-up::before {
  6.      font-size: 1.1rem;
  7. }
  8.  
  9. /* Squeeze it moar */
  10. .comment .comment-body .comment-text {
  11.     padding-top: 0 !important;
  12. }
  13. .comment-text p:last-of-type {
  14.     margin-bottom: 0;
  15. }
  16. .comment-body .comment-anchor {
  17.     padding: 0;
  18. }
  19.  
  20. /* Make comment gadgets flush with left margin */
  21. .comment-actions .px-3:first-of-type {
  22.     padding-left: 0 !important;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement