Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. @import url("https://raw.githack.com/LukeAlan/nox-fixes/master/mutedefenbuttonfix.css");
  2.  
  3. /* TEMPFIX - Empty Space under the GuildSeperator */
  4. .listItem-2P_4kh {
  5. height: auto;
  6. }
  7.  
  8.  
  9. /*TEMP FIX (for broken avatars) STABLE*/
  10. .avatar-17mtNa {
  11. position: relative;
  12. }
  13.  
  14. /* begin shitty fix */
  15. /*DM List*/
  16. .scroller-2FKFPG .channel-2QD9_O{
  17. overflow: visible;
  18. height: unset!important;
  19. }
  20. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"]{
  21. display: block;
  22. width: unset!important;
  23. overflow: visible;
  24. height: 42px!important;
  25. }
  26. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"] a{
  27. margin: 1px 0 1px 8px;
  28. flex-direction: row;
  29. color: #8e9297;
  30. text-decoration: none;
  31. height: 40px;
  32. padding: 8px;
  33. }
  34. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"] a .name-2WpE7M{
  35. overflow: hidden;
  36. font-size: 15px!important;
  37. font-weight: 500;
  38. color: #72767d;
  39. opacity: 1;
  40. text-align: left;
  41. width: unset;
  42. right: unset!important;
  43. top: 10px;
  44. }
  45. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"] a span{
  46. right: unset!important;
  47. text-align: left;
  48. }
  49. .scroller-2FKFPG .channel-2QD9_O:hover[style="height: 44px; opacity: 1;"] a .name-2WpE7M,
  50. .scroller-2FKFPG .selected-1HYmZZ[style="height: 44px; opacity: 1;"] a .name-2WpE7M span{
  51. color: #fff!important;
  52. }
  53. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"] a .nameWithActivity-1ceSyU{
  54. top: 4px;
  55. }
  56. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"] a .activityText-OW8WYb{
  57. top: 24px;
  58. position: absolute;
  59. text-overflow: ellipsis;
  60. }
  61. .scroller-2FKFPG .channel-2QD9_O[style="height: 44px; opacity: 1;"] a .close-3hZ5Ni{
  62. position: absolute;
  63. top: 2px;
  64. right: 2px;
  65. }
  66. /* end shitty fix */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement