From e4262ebb35d15999ea53ee1234152ac101863e00 Mon Sep 17 00:00:00 2001 From: jvyden Date: Mon, 22 Nov 2021 22:30:34 -0500 Subject: [PATCH] Improve statistics spacing on user page --- ProjectLighthouse/Pages/UserPage.cshtml | 10 +++++----- ProjectLighthouse/StaticFiles/css/styles.css | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ProjectLighthouse/Pages/UserPage.cshtml b/ProjectLighthouse/Pages/UserPage.cshtml index 07eeef0d..66140a67 100644 --- a/ProjectLighthouse/Pages/UserPage.cshtml +++ b/ProjectLighthouse/Pages/UserPage.cshtml @@ -9,11 +9,11 @@

@Model.ProfileUser!.Username's user page

-
- @Model.ProfileUser.Hearts - @Model.ProfileUser.Comments - @Model.ProfileUser.UsedSlots / @ServerStatics.EntitledSlots - @Model.ProfileUser.PhotosByMe +
+ @Model.ProfileUser.Hearts + @Model.ProfileUser.Comments + @Model.ProfileUser.UsedSlots / @ServerStatics.EntitledSlots + @Model.ProfileUser.PhotosByMe
diff --git a/ProjectLighthouse/StaticFiles/css/styles.css b/ProjectLighthouse/StaticFiles/css/styles.css index b566a9ee..6ba1642b 100644 --- a/ProjectLighthouse/StaticFiles/css/styles.css +++ b/ProjectLighthouse/StaticFiles/css/styles.css @@ -7,3 +7,12 @@ div.pageContainer { div.main { flex: 1; } + +div.userStats > i { + margin-right: 2px; +} + +div.userStats > span { + margin-right: 5px; +} +