Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4229cbb

Browse files
committed
smaller task count
1 parent2f734d4 commit4229cbb

File tree

1 file changed

+5
-1
lines changed
  • web-app/src/containers/Tutorial/LevelPage

1 file changed

+5
-1
lines changed

‎web-app/src/containers/Tutorial/LevelPage/Level.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ const styles = {
6363
right:0,
6464
color:'white',
6565
},
66+
taskCount:{
67+
fontSize:'0.8rem',
68+
opacity:0.9,
69+
},
6670
}
6771

6872
interfaceProps{
@@ -128,7 +132,7 @@ const Level = ({ level, onContinue, onLoadSolution, processes, testStatus }: Pro
128132
Continue
129133
</Button>
130134
) :(
131-
<span>
135+
<spancss={styles.taskCount}>
132136
{currentStep} of{level.steps.length} tasks
133137
</span>
134138
)}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp