style: Center non-chat system activity messages in chat streams
This commit is contained in:
parent
f493be6512
commit
69762667bc
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user