[Client] スマホ/タブレットからでも管理者ページを使えるように

This commit is contained in:
syuilo
2018-11-04 15:16:05 +09:00
parent 675e573a8c
commit 1edfce8f73
7 changed files with 134 additions and 10 deletions

View File

@ -168,4 +168,13 @@ export default Vue.extend({
> div
margin-bottom -10px
@media (max-width 1000px)
display block
margin-bottom 26px
> div
&:first-child
margin-right 0
margin-bottom 26px
</style>