Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs-site/.vitepress/theme/PageTools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ async function copyPage() {
<svg aria-hidden="true" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6"><rect x="8" y="8" width="12" height="13" rx="2"/><path d="M16 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3"/></svg>
{{ busy ? (ko ? '복사 중…' : 'Copying…') : (ko ? '페이지 복사' : 'Copy page') }}
</button>
<a class="page-source" :href="withBase(frontmatter.copyPath)" :title="ko ? 'Markdown 원문 열기' : 'Open original Markdown'">Markdown</a>
</div>
<span v-if="status" class="page-tools-status" role="status" aria-live="polite">{{ status }}</span>
</div>
Expand Down
5 changes: 1 addition & 4 deletions docs-site/.vitepress/theme/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
.page-tools button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; border: 1px solid var(--vp-c-divider); border-radius: 7px; padding: 5px 10px; font: inherit; color: var(--vp-c-text-1); background: var(--vp-c-bg); cursor: pointer; }
.page-tools button:hover { border-color: var(--vp-c-brand-1); background: var(--vp-c-brand-soft); }
.page-tools button:disabled { cursor: progress; opacity: .65; }
.page-source { color: var(--vp-c-text-2); text-underline-offset: 4px; }
.page-source:hover { color: var(--vp-c-brand-1); text-decoration: underline; }
.page-tools :focus-visible { outline: 2px solid var(--vp-c-brand-1); outline-offset: 4px; }
.page-tools-status { flex-basis: 100%; color: var(--vp-c-text-2); text-align: right; overflow-wrap: anywhere; }
.deployment-path { max-width: 1152px; margin: 32px auto 64px; padding: 0 24px; }
Expand All @@ -38,8 +36,7 @@
.VPFooter a { text-underline-offset: 3px; }
@media (max-width: 640px) {
.page-tools { margin-bottom: 20px; }
.page-tools button, .page-source { min-height: 44px; }
.page-source { display: inline-flex; align-items: center; }
.page-tools button { min-height: 44px; }
.deployment-path ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vp-doc h1 { font-size: 28px; }
}
Expand Down
Loading