This commit is contained in:
syuilo
2018-09-22 19:59:37 +09:00
parent 251629ab61
commit aa5528d11e
3 changed files with 28 additions and 19 deletions

View File

@@ -38,7 +38,7 @@
</div>
</div>
</div>
<div class="main" :class="{ withBg: $store.state.i.wallpaperUrl != null }">
<div class="main">
<template v-if="customize">
<x-draggable v-for="place in ['left', 'right']"
:list="widgets[place]"
@@ -342,9 +342,6 @@ root(isDark)
margin 0 auto
max-width 1240px
&.withBg
background rgba(isDark ? #000 : #fff, 0.5)
> *
.customize-container
cursor move