[Client] Fix design

This commit is contained in:
syuilo 2017-03-22 16:07:44 +09:00
parent 039eab6f9a
commit 5306bb518d
4 changed files with 8 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "0.0.1432",
"version": "0.0.1433",
"license": "MIT",
"description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues",

View file

@ -52,6 +52,7 @@
> mk-drive
height calc(100% - 42px)
overflow scroll
-webkit-overflow-scrolling touch
</style>
<script>

View file

@ -56,6 +56,7 @@
> mk-drive
height calc(100% - 42px)
overflow scroll
-webkit-overflow-scrolling touch
</style>
<script>

View file

@ -61,6 +61,7 @@
> nav
display block
position sticky
position -webkit-sticky
top 0
z-index 1
width 100%
@ -114,6 +115,10 @@
border-bottom solid 1px #eee
> .more
display block
width 100%
padding 16px
font-size 16px
color #555
> .empty