mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
This commit is contained in:
parent
b71874d744
commit
7f6891bfa0
7 changed files with 15 additions and 11 deletions
|
|
@ -115,6 +115,10 @@
|
|||
white-space: pre-wrap;
|
||||
background-color: var(--b3-protyle-code-background);
|
||||
}
|
||||
|
||||
&__list {
|
||||
padding-left: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.ft {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ const renderProvider = (provider: number) => {
|
|||
<div class="b3-label b3-label--noborder">
|
||||
${window.siyuan.languages.cloudIntro1}
|
||||
<div class="b3-label__text">
|
||||
<ul style="padding-left: 2em">
|
||||
<ul class="fn__list">
|
||||
<li>${window.siyuan.languages.cloudIntro2}</li>
|
||||
<li>${window.siyuan.languages.cloudIntro3}</li>
|
||||
<li>${window.siyuan.languages.cloudIntro4}</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue