Skip to content
Snippets Groups Projects
Commit ce26d7f3 authored by syuilo's avatar syuilo
Browse files

✌️

parent f7abb8da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment