Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: fix misc search comp issues #3103

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/search-component/src/TrieveModal/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ body {
@apply w-full max-h-48 h-48 flex justify-center items-center shrink-0 overflow-hidden rounded-lg;

img {
@apply w-full h-full;
@apply w-full;
}

.img-placeholder {
Expand Down Expand Up @@ -835,7 +835,7 @@ body {

.chat-footer-wrapper {
.chat-group-disclaimer {
@apply flex items-center justify-between bg-zinc-200/60 dark:bg-zinc-700 px-3 py-1 text-sm opacity-70 mx-2 border border-zinc-300 dark:border-zinc-500 border-b-transparent rounded-md;
@apply flex items-center justify-between bg-zinc-200/60 dark:bg-zinc-700 px-3 py-1 text-sm opacity-70 mr-2 border border-zinc-300 dark:border-zinc-500 border-b-transparent rounded-md;
}

&:not(.with-messages) {
Expand Down