more tweaks
This commit is contained in:
parent
b81f3df446
commit
0c5e73f090
1 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue