mirror of
https://github.com/lyxdream/obsidian-wechat-capture.git
synced 2026-07-22 07:32:06 +00:00
支持从公众号链接提取标题、正文与图片并保存为 Markdown,插件 ID 符合社区规范(wechat-capture)。 Co-authored-by: Cursor <cursoragent@cursor.com>
21 lines
482 B
CSS
21 lines
482 B
CSS
.wechat-capture-modal .wechat-capture-hint {
|
|
color: var(--text-muted);
|
|
font-size: 0.9em;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.wechat-capture-modal .wechat-capture-input {
|
|
width: 100%;
|
|
padding: 8px 10px;
|
|
margin-bottom: 16px;
|
|
border-radius: 6px;
|
|
border: 1px solid var(--background-modifier-border);
|
|
background: var(--background-primary);
|
|
color: var(--text-normal);
|
|
}
|
|
|
|
.wechat-capture-modal .wechat-capture-btn-row {
|
|
display: flex;
|
|
gap: 8px;
|
|
justify-content: flex-end;
|
|
}
|