customs/themes/discord-refresh.css
2025-03-25 20:06:27 -04:00

44 lines
922 B
CSS

/* just a few tweaks to make the new discord theme look better to my eyes */
.messageListItem__5126c:last-of-type {
margin-bottom: .7em;
}
.bar_c38106 {
display: none;
}
.base_c48ade {
grid-template-rows: none !important;
}
.tutorialContainer__1f388 {
top: .5em;
margin-bottom: .5em;
}
/* 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 */
.friendsButtonContainer__35e86 {
margin-bottom: .5em;
}
li[role="listitem"]:nth-child(3) {
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;
}