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

fix style

parent 845c2021
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<XSidebar/>
</div>
<div v-else ref="widgetsLeft" class="widgets left">
<XWidgets place="left" @mounted="attachSticky(widgetsLeft)"/>
<XWidgets place="left" @mounted="attachSticky(widgetsLeft)" :classic="true"/>
</div>
<main class="main" :style="{ background: pageMetadata?.value?.bg }" @contextmenu.stop="onContextmenu">
......@@ -17,7 +17,7 @@
</main>
<div v-if="isDesktop" ref="widgetsRight" class="widgets right">
<XWidgets :place="showMenuOnTop ? 'right' : null" @mounted="attachSticky(widgetsRight)"/>
<XWidgets :place="showMenuOnTop ? 'right' : null" @mounted="attachSticky(widgetsRight)" :classic="true"/>
</div>
</div>
......
......@@ -89,6 +89,8 @@ function updateWidgets(thisWidgets) {
box-sizing: border-box;
&.universal {
padding-top: var(--margin);
> * {
margin: var(--margin) 0;
}
......
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