Fix username rendering

Co-Authored-By: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
syuilo 2018-04-21 13:54:51 +09:00
parent c80b288db3
commit fde9c783ae
2 changed files with 4 additions and 0 deletions

View File

@ -433,6 +433,8 @@ root(isDark)
> .username
margin 0 .5em 0 0
overflow hidden
text-overflow ellipsis
color isDark ? #606984 : #ccc
> .info

View File

@ -371,6 +371,8 @@ export default Vue.extend({
> .username
margin 0 0.5em 0 0
overflow hidden
text-overflow ellipsis
color #ccc
> .info