Skip to content

Commit

Permalink
📝 docs(bot): Auto sync agents & plugin to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Nov 26, 2024
1 parent aa6c170 commit 66c820b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions changelog/v1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"children": {
"features": ["Forkable Chat Mode."]
},
"date": "2024-11-26",
"version": "1.34.0"
},
{
"children": {
"improvements": ["Update the description translation of Gitee AI."]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const useStyles = createStyles(({ css, prefixCls }) => ({
justify-content: center;
height: 44px;
padding: 8px 12px;
padding-block: 8px;
padding-inline: 12px;
.${prefixCls}-skeleton-content {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ const useStyles = createStyles(({ css, token, isDarkMode }, index: number) => ({
container: css`
margin-inline: 8px;
&.thread-item {
width: calc(100% - 16px);
}
&::after {
content: '';
Expand All @@ -36,6 +32,10 @@ const useStyles = createStyles(({ css, token, isDarkMode }, index: number) => ({
border-inline-start: 2px solid ${token.colorBorderSecondary};
border-end-start-radius: 8px;
}
&.thread-item {
width: calc(100% - 16px);
}
`,
split: css`
border-block-end: 1px solid ${token.colorSplit};
Expand Down

0 comments on commit 66c820b

Please sign in to comment.