Skip to content

Commit

Permalink
💄 style: Increase gaps between ChatItem (lobehub#170)
Browse files Browse the repository at this point in the history
* Update style.ts

* Update style.ts
  • Loading branch information
sxjeru authored Jun 25, 2024
1 parent bbe43c4 commit dd487de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ChatItem/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const useStyles = createStyles(
}
${responsive.mobile} {
padding-block: 4px;
padding-block: ${type === 'pure' ? '12px' : '6px'};
padding-inline: 8px;
}
`,
Expand Down Expand Up @@ -205,6 +205,8 @@ export const useStyles = createStyles(
line-height: 1;
color: ${token.colorTextDescription};
text-align: ${placement === 'left' ? 'left' : 'right'};
pointer-events: none;
`,
};
},
Expand Down

0 comments on commit dd487de

Please sign in to comment.