Skip to content
Snippets Groups Projects
Unverified Commit 6341807d authored by syuilo's avatar syuilo
Browse files

🎨

parent 54224826
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
</div>
</div>
</div>
<div class="main">
<div class="main" :class="{ withBg: $store.state.i.wallpaperUrl != null }">
<template v-if="customize">
<x-draggable v-for="place in ['left', 'right']"
:list="widgets[place]"
......@@ -340,7 +340,10 @@ root(isDark)
display flex
justify-content center
margin 0 auto
max-width 1220px
max-width 1230px
&.withBg
background rgba(isDark ? #000 : #fff, 0.5)
> *
.customize-container
......
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