🎨
This commit is contained in:
parent
251629ab61
commit
aa5528d11e
3 changed files with 28 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue