Vanessa 2026-01-18 09:58:14 +08:00
parent 2e3220e2e9
commit 5083d38bdb
2 changed files with 6 additions and 1 deletions

View file

@ -185,6 +185,7 @@
position: fixed;
top: 0;
left: 0;
right: 64px;
}
.darwin #min,
@ -192,6 +193,10 @@
display: none;
}
.darwin .drag {
right: 0;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #1e1e1e;

View file

@ -233,7 +233,7 @@ ${window.siyuan.languages.publishServiceAuthAccounts}
window.siyuan.config.serverAddrs
.map(serverAddr => {
serverAddr = serverAddr.substring(0, serverAddr.lastIndexOf(":"));
return `<code class="fn__code">${serverAddr}:${port}</code>`
return `<code class="fn__code">${serverAddr}:${port}</code>`;
}).join(" ")
}</div>`;
}