nanka iroiro

This commit is contained in:
syuilo
2018-06-07 05:14:37 +09:00
parent 2053a041e5
commit 14d12c21f2
6 changed files with 51 additions and 2 deletions

View File

@ -150,7 +150,6 @@ export default Vue.extend({
root(isDark)
display flex
flex 1
justify-content center
padding 16px 0 16px 16px
overflow auto
@ -160,6 +159,13 @@ root(isDark)
&:last-of-type
margin-right 0
> *
&:first-child
margin-left auto
&:last-child
margin-right auto
> button
padding 0 16px
color isDark ? #93a0a5 : #888