This commit is contained in:
syuilo 2018-12-14 23:35:07 +09:00
parent 796237b3c6
commit 3ae42d9b85
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
2 changed files with 8 additions and 0 deletions

View File

@ -131,7 +131,12 @@ export default Vue.extend({
flex 1 flex 1
padding-left 16px padding-left 16px
@media (max-width 500px)
font-size 14px
> header > header
word-break break-word
> .username > .username
margin-left 8px margin-left 8px
opacity 0.7 opacity 0.7

View File

@ -274,6 +274,9 @@ export default Vue.extend({
flex 1 flex 1
padding-left 16px padding-left 16px
@media (max-width 500px)
font-size 14px
> header > header
> .username > .username
margin-left 8px margin-left 8px