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