Skip to content

Commit

Permalink
Add Speed Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Dec 9, 2023
1 parent 6f7f1d4 commit 44566a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h2 id="SpeedTest" :class="{'mobile-h2' : isMobile }">🚀 {{currentTexts.speedt
</div>
</div>
<div class="row" v-if="speedTestStatus === 'finished'">
<p id="score">📋 {{currentTexts.speedtest.score}}
<p id="score" class="speedtest-p">📋 {{currentTexts.speedtest.score}}
{{currentTexts.speedtest.videoStreaming}}
<span :class="speedTest.streamingScore >= 50 ? 'text-success' : 'text-warning'">
{{speedTest.streamingScore}}
Expand Down
5 changes: 4 additions & 1 deletion res/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ footer {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.speedtest-p {
font-size: 12px;
}
}

.jn-radio {
Expand Down

0 comments on commit 44566a3

Please sign in to comment.