front-end restructuring, chat shows message ownership
This commit is contained in:
@@ -76,11 +76,15 @@ const breadcrumbs = [
|
||||
}
|
||||
|
||||
.c-dynamic-show__card {
|
||||
@apply overflow-hidden bg-white shadow-sm sm:rounded-lg dark:bg-gray-800;
|
||||
@apply overflow-hidden;
|
||||
background-color: var(--card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
|
||||
.c-dynamic-show__body {
|
||||
@apply p-6 text-gray-900 dark:text-gray-100;
|
||||
@apply p-6;
|
||||
color: var(--foreground);
|
||||
}
|
||||
|
||||
.c-dynamic-show__title {
|
||||
|
||||
Reference in New Issue
Block a user