From 7615b1ea0a17f53008c0bc30bb52c300968cf7a8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 20 Feb 2019 07:19:05 +0900 Subject: [PATCH] Improve usability --- src/client/app/common/views/pages/explore.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/client/app/common/views/pages/explore.vue b/src/client/app/common/views/pages/explore.vue index 796af1796..04aa1fcbd 100644 --- a/src/client/app/common/views/pages/explore.vue +++ b/src/client/app/common/views/pages/explore.vue @@ -3,7 +3,7 @@
- {{ $t('explore', { host: meta.name }) }} + {{ $t('explore', { host: meta.name }) }} {{ $t('users-info', { users: num(stats.originalUsersCount) }) }}
@@ -175,10 +175,11 @@ export default Vue.extend({ color #fff text-shadow 0 0 8px #00 - > b + > .title display block font-size 20px font-weight bold + color inherit > span font-size 14px