Wrap vote statistics message in a centered <div> for improved alignment and readability.
This commit is contained in:
parent
24e28015d3
commit
7be3b6f9d3
|
|
@ -42,8 +42,11 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="voteSection">
|
<section class="voteSection">
|
||||||
@if (voteStats) {
|
@if (voteStats) {
|
||||||
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You are
|
<div class="center">
|
||||||
on a {{ voteStats.voteStreak.dailyStreak }} vote streak!</p>
|
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You
|
||||||
|
are
|
||||||
|
on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!</p>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
<div class="container voteContainer">
|
<div class="container voteContainer">
|
||||||
@for (voteSite of Object.keys(voteSites); track voteSite) {
|
@for (voteSite of Object.keys(voteSites); track voteSite) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user