diff --git a/themes/discord-refresh.css b/themes/discord-refresh.css index 0cda4b8..820d502 100644 --- a/themes/discord-refresh.css +++ b/themes/discord-refresh.css @@ -17,6 +17,24 @@ margin-bottom: .5em; } -.form_f75fb0 { +/* if nobody's typing, move the chat bar down */ +.form_f75fb0:not(:has(.typing_b88801)) { margin-bottom: -.85em; /* there should be a better number for this */ } + +/* hides top of dm list, friends (hopefully) always selected */ +.container_e45859:nth-of-type(1) { + display: none; +} + +.container_e45859:nth-of-type(2) { + display: none; +} + +.sectionDivider__35e86 { + display: none; +} + +.title_f75fb0 { + padding-left: calc(var(--custom-message-margin-horizontal) - var(--space-4) + var(--custom-chat-aligned-icon-offset) - 1em) !important; +}