Skip to content

Commit

Permalink
fix gap
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Aug 7, 2024
1 parent 8cb716e commit f1f523d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface ChatTheme {

export const chatTheme: ChatTheme = {
base: 'dark:text-white text-gray-500',
console: 'flex w-full gap-10 h-full',
console: 'flex w-full gap-4 h-full',
companion: 'w-full h-full overflow-hidden',
empty: 'text-center flex-1',
sessions: {
Expand All @@ -110,7 +110,7 @@ export const chatTheme: ChatTheme = {
},
messages: {
base: '',
console: 'flex flex-col mr-5 flex-1 overflow-hidden',
console: 'flex flex-col mx-5 flex-1 overflow-hidden',
companion: 'flex w-full h-full',
back: 'self-start p-0 my-2',
inner: 'flex-1 h-full flex flex-col',
Expand Down

0 comments on commit f1f523d

Please sign in to comment.