bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

commit ef3fa82757199347d5c40467f6b380e0658d07d9
parent e1e4181aedf659291b8923d04f163c0525ddf64b
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Mon, 24 Aug 2026 15:41:32 +0530

Merge pull request #68 from notamitgamer/fix/tags-footer-placement

fix: move tag chips to page footer
Diffstat:
Mdocs/.vitepress/theme/components/Labels.vue | 2+-
Mdocs/.vitepress/theme/index.ts | 14+++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/.vitepress/theme/components/Labels.vue b/docs/.vitepress/theme/components/Labels.vue @@ -32,7 +32,7 @@ function humanize(tag) { display: flex; flex-wrap: wrap; gap: 10px; - margin-bottom: 16px; + margin-top: 20px; } .bsc-tag { diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts @@ -20,14 +20,14 @@ export default { h(Banner), h(ExternalLinkWarning) ]), - 'doc-before': () => h(Fragment, [ - h(Labels), - h('div', { class: 'bsc-doc-toolbar' }, [ - h(Breadcrumbs), - h(CopyLinkButton) - ]) + 'doc-before': () => h('div', { class: 'bsc-doc-toolbar' }, [ + h(Breadcrumbs), + h(CopyLinkButton) + ]), + 'doc-footer-before': () => h(Fragment, [ + h(MarkdownMenu), + h(Labels) ]), - 'doc-footer-before': () => h(MarkdownMenu), 'doc-after': () => h(Footer), 'nav-bar-content-after': () => h(SponsorButton) })
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror