fix a bug with message create event and updated css

This commit is contained in:
MathMan05 2024-07-27 11:15:24 -05:00
parent 58b79be7f2
commit 0d757b7d4e
3 changed files with 15 additions and 2 deletions

View file

@ -1438,3 +1438,6 @@ span {
content:'You can\'t chat here';
color:color-mix(in hsl, var(--primary-bg),var(--primary-text));
}
.scroller{
padding-bottom:.2in;
}