This commit is contained in:
syuilo 2017-03-13 23:33:02 +09:00
parent 24f2b238ba
commit 9a4395f3dc
5 changed files with 166 additions and 0 deletions

View file

@ -33,6 +33,7 @@
<i>フォロワー</i>
</a>
</div>
<mk-activity-table user={ user }></mk-activity-table>
</div>
<nav>
<a data-is-active={ page == 'posts' } onclick={ go.bind(null, 'posts') }>タイムライン</a>
@ -146,6 +147,9 @@
> i
font-size 14px
> mk-activity-table
margin 12px 0 0 0
> nav
display flex
justify-content center