more tweaks

This commit is contained in:
notfire 2025-03-25 18:46:22 -04:00
parent b81f3df446
commit 0c5e73f090
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -17,6 +17,24 @@
margin-bottom: .5em; 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 */ 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;
}