[Client] Fix design
This commit is contained in:
parent
039eab6f9a
commit
5306bb518d
4 changed files with 8 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
> mk-drive
|
||||
height calc(100% - 42px)
|
||||
overflow scroll
|
||||
-webkit-overflow-scrolling touch
|
||||
|
||||
</style>
|
||||
<script>
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
> mk-drive
|
||||
height calc(100% - 42px)
|
||||
overflow scroll
|
||||
-webkit-overflow-scrolling touch
|
||||
|
||||
</style>
|
||||
<script>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue