From 7d9b8a5ceb7c60a206ae685ce94c83de2251af90 Mon Sep 17 00:00:00 2001 From: inftp <12506549+inftp@users.noreply.github.com> Date: Sat, 4 Apr 2020 16:28:10 +1100 Subject: [PATCH] use bootstrap native style rather than custom --- website/client/src/components/userMenu/profileStats.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/client/src/components/userMenu/profileStats.vue b/website/client/src/components/userMenu/profileStats.vue index 935890e087..e48e0bf72f 100644 --- a/website/client/src/components/userMenu/profileStats.vue +++ b/website/client/src/components/userMenu/profileStats.vue @@ -266,7 +266,7 @@ class="col-12 col-md-3" >
-
+
{{ $t(stats[stat].title) }}
@@ -585,10 +585,6 @@ export default { margin-top: 0; } - .stat-points { - white-space: nowrap; - } - .number { font-size: 40px; text-align: left;