From bb53db905f8765c0e0faa0fa69e71ba5bcee799e Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 11 Jun 2018 14:16:21 +0900 Subject: [PATCH] :v: --- src/client/app/common/views/widgets/hashtags.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/client/app/common/views/widgets/hashtags.vue b/src/client/app/common/views/widgets/hashtags.vue index 809f87f6f2..8c9ca5d419 100644 --- a/src/client/app/common/views/widgets/hashtags.vue +++ b/src/client/app/common/views/widgets/hashtags.vue @@ -8,7 +8,7 @@
- #{{ stat.tag }} + #{{ stat.tag }}

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

@@ -84,10 +84,16 @@ root(isDark) > .tag flex 1 + overflow hidden font-size 14px color isDark ? #9baec8 : #65727b > a + display block + width 100% + white-space nowrap + overflow hidden + text-overflow ellipsis color inherit > p