Advertisement
tharglet

CSS changes for Discord

Feb 5th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. /* Remove hover buttons (Use right click to access them) */
  2. .buttons-cl5qTG{
  3.     display:none;
  4. }
  5.  
  6. /* Make the unread 'pill' classic again, or close to it */
  7. .unreadPill-2HyYtt{
  8.     right:50%;
  9.     font-size: 12px;
  10.     padding: 7px 10px 7px 10px;
  11.     border-radius: 4px 4px 4px 4px;
  12. }
  13.  
  14. /* Remove the unread pill arrow */
  15. .unreadPillCap-3_K2q2{
  16.     display:none;
  17. }
  18.  
  19. /* Make messages not flicker on hover */
  20. .message-2qnXI6{
  21.     background-color:rgba(0,0,0,0) !important;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement