This commit is contained in:
syuilo 2018-06-05 21:44:02 +09:00
parent 9ce0f96de3
commit e28d1c7569
2 changed files with 4 additions and 2 deletions

View file

@ -30,7 +30,7 @@ export default Vue.extend({
root(isDark)
flex 1
max-width 330px
min-width 330px
height 100%
margin-right 16px
background isDark ? #282C37 : #fff
@ -49,6 +49,7 @@ root(isDark)
> div
height calc(100% - 48px)
overflow auto
overflow-x hidden
.dnpfarvgbnfmyzbdquhhzyxcmstpdqzs[data-darkmode]
root(true)

View file

@ -31,7 +31,8 @@ export default Vue.extend({
root(isDark)
display flex
flex 1
padding 16px
padding 16px 0 16px 16px
overflow auto
.qlvquzbjribqcaozciifydkngcwtyzje[data-darkmode]
root(true)