From 6f724827bd5f54d2eeea222f52af8c178e1198da Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 11 Jun 2018 13:45:32 +0900 Subject: :v: --- src/client/app/common/views/widgets/hashtags.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/app/common/views/widgets/hashtags.vue b/src/client/app/common/views/widgets/hashtags.vue index 9d523f321f..f6fd091b79 100644 --- a/src/client/app/common/views/widgets/hashtags.vue +++ b/src/client/app/common/views/widgets/hashtags.vue @@ -9,6 +9,7 @@
#{{ stat.tag }} +

{{ '%i18n:@count%'.replace('{}', stat.usersCount) }}

@@ -83,10 +84,16 @@ root(isDark) > .tag flex 1 + font-size 14px + color isDark ? #9baec8 : #65727b > a - font-size 14px - color isDark ? #9baec8 : #65727b + color inherit + + > p + margin 0 + font-size 75% + opacity 0.7 > .chart height 30px -- cgit v1.2.3-freya