Skip to content
Snippets Groups Projects
Commit fde9c783 authored by syuilo's avatar syuilo
Browse files

Fix username rendering


Co-Authored-By: default avatartamaina <tamaina@hotmail.co.jp>
parent c80b288d
No related branches found
No related tags found
No related merge requests found
......@@ -433,6 +433,8 @@ root(isDark)
> .username
margin 0 .5em 0 0
overflow hidden
text-overflow ellipsis
color isDark ? #606984 : #ccc
> .info
......
......@@ -371,6 +371,8 @@ export default Vue.extend({
> .username
margin 0 0.5em 0 0
overflow hidden
text-overflow ellipsis
color #ccc
> .info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment