[Client] Fix design
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user