Skip to content

Commit

Permalink
feat: adjust chat box height to accommodate audio player changes
Browse files Browse the repository at this point in the history
  • Loading branch information
provos committed Jan 30, 2025
1 parent e86ed40 commit 2bffa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deepsearch/frontend/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.chat-box {
@apply bg-white dark:bg-gray-800 rounded-lg shadow-lg dark:shadow-gray-900/50 flex flex-col h-[calc(100vh-8rem-88px)]; /* Subtract audio player height */
@apply bg-white dark:bg-gray-800 rounded-lg shadow-lg dark:shadow-gray-900/50 flex flex-col h-[calc(100vh-9rem-88px)]; /* Subtract audio player height */
}

.messages-area {
Expand Down

0 comments on commit 2bffa19

Please sign in to comment.