style: Center non-chat system activity messages in chat streams
Some checks failed
linter / quality (push) Failing after 1m1s
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer 2026-06-17 00:40:12 +02:00
parent f493be6512
commit 69762667bc

View File

@ -57,7 +57,7 @@
}
.c-chat__system-inner {
@apply flex items-center gap-2 px-3 py-1.5 text-xs;
@apply mx-auto flex w-fit items-center justify-center gap-2 px-3 py-1.5 text-xs;
background-color: var(--muted);
border: 1px solid var(--border);
border-radius: calc(var(--radius) - 2px);
@ -69,7 +69,7 @@
}
.c-chat__system-text {
@apply flex-1 font-medium;
@apply font-medium;
}
.c-chat__system-time {