[Client:Mobile] Better design

This commit is contained in:
syuilo 2017-02-22 21:36:16 +09:00
parent 484f063c01
commit f7c0654b9b
2 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,7 @@
$height = 48px $height = 48px
display block display block
position -webkit-sticky position fixed
position sticky
top 0 top 0
z-index 1024 z-index 1024
width 100% width 100%

View file

@ -8,6 +8,7 @@
<style> <style>
:scope :scope
display block display block
padding-top 48px
</style> </style>
<script> <script>
this.mixin('stream'); this.mixin('stream');