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 Jan 21, 2025
1 parent f56dab7 commit 7749703
Show file tree
Hide file tree
Showing 2 changed files with 14 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": {
"improvements": ["Refactor [@nav](https://github.com/nav) layout and improve pin list style."]
},
"date": "2025-01-21",
"version": "1.47.12"
},
{
"children": {
"improvements": ["Improve code for ai provider."]
Expand Down
12 changes: 7 additions & 5 deletions src/app/(main)/_layout/Desktop/SideBar/PinList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ const useStyles = createStyles(({ css, token }) => ({
ink: css`
&::before {
content: '';
position: absolute;
inset-block-start: 50%;
inset-inline: -${12 + 3}px;
transform: translateY(-50%);
width: 4px;
height: 0;
border-radius: 50px;
position: absolute;
inset-inline: -${12 + 3}px;
inset-block-start: 50%;
transform: translateY(-50%);
background: ${token.colorPrimary};
transition: height 150ms ease-out;
background: ${token.colorPrimary};
}
`,
inkActive: css`
Expand Down

0 comments on commit 7749703

Please sign in to comment.