Wrap vote statistics message in a centered <div> for improved alignment and readability.

This commit is contained in:
akastijn 2025-10-24 22:15:30 +02:00
parent 24e28015d3
commit 7be3b6f9d3

View File

@ -42,8 +42,11 @@
</section>
<section class="voteSection">
@if (voteStats) {
<p>You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You are
on a {{ voteStats.voteStreak.dailyStreak }} vote streak!</p>
<div class="center">
<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">
@for (voteSite of Object.keys(voteSites); track voteSite) {