Skip to content

Commit

Permalink
feat(web): sidebar add help
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Oct 4, 2024
1 parent 53a022f commit 6c1481c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/web/app/layouts/Sidebar/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.collection-container {
height: calc(100vh - var(--sidebar-pt) - 34px - 36px - 36px - 24px - 26px - 16px);
max-height: calc(100vh - var(--sidebar-pt) - 34px - 36px - 36px - 36px - 32px - 26px - 24px);
@apply: mr-[8px] overflow-y-auto overscroll-none;
}

Expand Down
8 changes: 8 additions & 0 deletions apps/frontend/web/app/layouts/Sidebar/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ const QuickLinks = memo(() => {
<span className="i-carbon-list mr1"></span>
<span>所有资源</span>
</NavLink>
<a
href="https://animespace.onekuma.cn/animegarden/search"
className={clsx(className)}
target='_blank'
>
<span className="i-carbon-help mr1"></span>
<span>高级搜索帮助</span>
</a>
</>
);
});
Expand Down

0 comments on commit 6c1481c

Please sign in to comment.