Remove margin for bare chat items

They're innocuous enough anyway, and making larger margins means
they end up taking more lines and therefore more attention
This commit is contained in:
Badri Sunderarajan 2024-03-24 18:41:54 +05:30
parent 8faeca0ea0
commit 9ad87dc248
Signed by: badrihippo
GPG key ID: 9F594532AD60DE03

View file

@ -133,8 +133,6 @@
}
.chat-item-bare {
margin-left: 4.5rem;
margin-right: 4.5rem;
font-size: 1.4rem;
font-weight: 400;
color: var(--chatbox-color);