Skip to content

Commit

Permalink
fix: user message action bar css (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 9, 2024
1 parent a73cd24 commit 25a711d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-rats-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@assistant-ui/react": patch
---

fix: user message action bar css
2 changes: 1 addition & 1 deletion apps/docs/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function HomePage() {
<div className="flex flex-col items-center gap-3 self-center">
<h1 className="text-2xl font-medium">Be part of the community</h1>
<p>
50+ developers are building with assistant-ui, you're in good
400+ developers are building with assistant-ui, you're in good
company!
</p>

Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/styles/tailwindcss/thread.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

:where(.aui-user-message-root) > .aui-user-action-bar-root {
@apply col-start-1 mr-3 mt-2.5;
@apply col-start-1 row-start-2 mr-3 mt-2.5;
}

:where(.aui-user-message-root) > .aui-user-message-attachments {
Expand Down

0 comments on commit 25a711d

Please sign in to comment.