From 7be3b6f9d3809a1e989b9c56db8f8fb17b5bdef5 Mon Sep 17 00:00:00 2001 From: akastijn Date: Fri, 24 Oct 2025 22:15:30 +0200 Subject: [PATCH] Wrap vote statistics message in a centered `
` for improved alignment and readability. --- frontend/src/app/pages/vote/vote.component.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/pages/vote/vote.component.html b/frontend/src/app/pages/vote/vote.component.html index a66b59a..ab5a004 100644 --- a/frontend/src/app/pages/vote/vote.component.html +++ b/frontend/src/app/pages/vote/vote.component.html @@ -42,8 +42,11 @@
@if (voteStats) { -

You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You are - on a {{ voteStats.voteStreak.dailyStreak }} vote streak!

+
+

You have voted {{ voteStats.voteStats.total }} times and {{ voteStats.voteStats.weekly }} this week. You + are + on a {{ voteStats.voteStreak.dailyStreak }} day vote streak!

+
}
@for (voteSite of Object.keys(voteSites); track voteSite) {