mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-18 22:36:10 +01:00
This commit is contained in:
parent
2e3220e2e9
commit
5083d38bdb
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue