feat(editor): align selection popup and all editor control elements styling with Reader
This commit is contained in:
@@ -10,18 +10,20 @@
|
||||
<p class="subtitle">Zen publishing workspace mapping standard Markdown into clean visual blocks.</p>
|
||||
</div>
|
||||
|
||||
<div class="milkdown-premium-container" spellcheck="false">
|
||||
<MarkdownEditor @ref="_editorRef" InitialMarkdown="@_initialMarkdown" OnSave="HandleSave" ShowFetchButton="false" Height="450px" />
|
||||
</div>
|
||||
|
||||
<div class="creator-actions-bar">
|
||||
<button type="button" @onclick="TriggerFetchAsync" class="nexus-btn premium-fetch-btn">
|
||||
<span>Fetch Markdown Content</span>
|
||||
<svg class="arrow-icon" viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<line x1="5" y1="12" x2="19" y2="12"></line>
|
||||
<polyline points="12 5 19 12 12 19"></polyline>
|
||||
</svg>
|
||||
</button>
|
||||
<div class="milkdown-premium-container creator-workspace-card" spellcheck="false">
|
||||
<div class="editor-growing-area">
|
||||
<MarkdownEditor @ref="_editorRef" InitialMarkdown="@_initialMarkdown" OnSave="HandleSave" ShowFetchButton="false" Height="100%" />
|
||||
</div>
|
||||
|
||||
<div class="creator-actions-bar">
|
||||
<button type="button" @onclick="TriggerFetchAsync" class="nexus-btn premium-fetch-btn btn-nexus-premium">
|
||||
<span>Fetch Markdown Content</span>
|
||||
<svg class="arrow-icon" viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<line x1="5" y1="12" x2="19" y2="12"></line>
|
||||
<polyline points="12 5 19 12 12 19"></polyline>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if (!string.IsNullOrEmpty(_savedMarkdown))
|
||||
|
||||
Reference in New Issue
Block a user