daily: 2021-09-28

This commit is contained in:
2021-09-29 00:39:59 +08:00
parent 6634024333
commit 47f9643aed
11 changed files with 481 additions and 96 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ function LeftInfoBlock() {
>
<Text>1&nbsp;&nbsp;= </Text>
{store.tone.startsWith("♭") && (
<Text x="27" y="-2" fontSize="12">
<Text x="27" y="-2" fontSize={store.defaultSubFontSize}>
</Text>
)}
@@ -89,7 +89,7 @@ function LeftInfoBlock() {
<Text x="0" y="12" textAnchor="middle">
{store.beat[1]}
</Text>
<line x1="-8" y1="8" x2="8" y2="8" stroke="black" />
<line x1="-8" y1="8" x2="8" y2="8" stroke="currentColor" />
</Row>
</EditableContent>
<EditableContent