This commit is contained in:
Xin Wang
2026-05-28 15:08:57 +08:00

View File

@@ -365,6 +365,7 @@ body {
/* Chat ------------------------------------------------------------------ */
.chat {
flex: 1 1 0;
overflow: hidden;
display: flex;
flex-direction: column;
@@ -384,6 +385,7 @@ body {
.chat__empty {
margin: auto;
width: min(100%, 460px);
text-align: center;
color: var(--text-dim);
}