From d283965d82f01b5d4f448672aa22d77e9ca5d321 Mon Sep 17 00:00:00 2001 From: notfire Date: Tue, 25 Mar 2025 20:06:27 -0400 Subject: [PATCH] more tweaks again --- themes/discord-refresh.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }