diff --git a/themes/discord-refresh.css b/themes/discord-refresh.css index 820d502..0c1e356 100644 --- a/themes/discord-refresh.css +++ b/themes/discord-refresh.css @@ -23,7 +23,11 @@ } /* hides top of dm list, friends (hopefully) always selected */ -.container_e45859:nth-of-type(1) { +.friendsButtonContainer__35e86 { + margin-bottom: .5em; +} + +li[role="listitem"]:nth-child(3) { display: none; }