This commit is contained in:
syuilo 2018-02-24 03:30:13 +09:00
parent f7abb8dab7
commit ce26d7f3ba

View file

@ -16,7 +16,7 @@
<div class="tl">
<mk-timeline @loaded="onLoaded" v-show="showTl"/>
</div>
<div class="widgets" v-if="!showTl">
<div class="widgets" v-show="!showTl">
<template v-if="customizing">
<header>
<select v-model="widgetAdderSelected">
@ -204,6 +204,9 @@ main
margin 0 auto
max-width 500px
@media (min-width 500px)
padding 8px
> header
padding 8px
background #fff