chore: Update chat list header UI (#10573)

This commit is contained in:
Sivin Varghese
2024-12-12 10:12:07 +05:30
committed by GitHub
parent 86d37622c8
commit 757fac79d1
9 changed files with 161 additions and 72 deletions

View File

@@ -6,6 +6,14 @@
@apply border-b border-slate-50 dark:border-slate-800/50;
}
.tabs--container--compact.tab--chat-type {
.tabs-title {
a {
@apply py-2 text-sm;
}
}
}
.tabs {
@apply border-r-0 border-l-0 border-t-0 flex min-w-[6.25rem] py-0 px-4 list-none mb-0;
}