Merge pull request #134 from tamaina/master

設定画面の見栄えをましにする
This commit is contained in:
syuilo⭐️ 2017-02-09 01:03:20 +09:00 committed by GitHub
commit 5b969c8407
2 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@
margin-right 4px margin-right 4px
[data-yield='content'] [data-yield='content']
overflow auto overflow hidden
</style> </style>
<script> <script>

View File

@ -85,7 +85,9 @@
</div> </div>
<style type="stylus"> <style type="stylus">
:scope :scope
display block display flex
width 100%
height 100%
input:not([type]) input:not([type])
input[type='text'] input[type='text']
@ -106,13 +108,11 @@
border-color #aeaeae border-color #aeaeae
> .nav > .nav
position absolute width 100%
top 0
left 0
width 200px
height 100% height 100%
padding 16px 0 0 0 padding 16px 0 0 0
border-right solid 1px #ddd border-right solid 1px #ddd
flex: 0 0 200px
> p > p
display block display block
@ -139,10 +139,10 @@
color $theme-color !important color $theme-color !important
> .pages > .pages
position absolute width 100%
top 0 height 100%
left 200px flex auto
width calc(100% - 200px) overflow auto
> section > section
padding 32px padding 32px