mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
feat(extension): add drag region to markdown view
This commit is contained in:
parent
e9dfaf519e
commit
c8112b43bc
@ -23,6 +23,7 @@
|
|||||||
<Button class="fixed left-2 top-2" onclick={onGoBack} variant="outline" size="icon">
|
<Button class="fixed left-2 top-2" onclick={onGoBack} variant="outline" size="icon">
|
||||||
<ArrowLeftIcon />
|
<ArrowLeftIcon />
|
||||||
</Button>
|
</Button>
|
||||||
<main class="container my-5 px-12">
|
<div class="h-12" data-tauri-drag-region></div>
|
||||||
|
<main class="container px-12">
|
||||||
<Markdown markdown={markdownViewContent.content} />
|
<Markdown markdown={markdownViewContent.content} />
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user