mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
🚨
This commit is contained in:
parent
ae35acbb35
commit
621babd29d
9 changed files with 11 additions and 12 deletions
|
|
@ -225,7 +225,7 @@ export const setInlineStyle = (set = true) => {
|
|||
style += "\n.b3-menu .b3-menu__action {opacity: 0.68;}";
|
||||
}
|
||||
if (set) {
|
||||
const siyuanStyle = document.getElementById("siyuanStyle")
|
||||
const siyuanStyle = document.getElementById("siyuanStyle");
|
||||
if (siyuanStyle) {
|
||||
siyuanStyle.innerHTML = style;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue