💄 Improve the alignment in table exports (#14994)

This commit is contained in:
Jeffrey Chen 2025-07-01 17:47:00 +08:00 committed by GitHub
parent 4ee542e06e
commit 0ca321f8d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 40 additions and 2 deletions

View file

@ -272,6 +272,10 @@ export const setInlineStyle = async (set = true) => {
.protyle-wysiwyg [data-node-id].li::before {
right: 17px;
left: auto;
}
.b3-typography table {
margin-left: auto;
margin-right: unset;
}`;
}
style += `\n:root{--b3-font-size-editor:${window.siyuan.config.editor.fontSize}px}