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
[data-yield='content']
overflow auto
overflow hidden
</style>
<script>

View file

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