1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

formatting

This commit is contained in:
Joe 2020-05-29 13:25:27 +01:00
parent 1353e229e8
commit cc9a620429
3 changed files with 1 additions and 6 deletions

View file

@ -51,10 +51,8 @@
</div>
</div>
<PageLayout layout={$store.pages[$store.currentPageName]} />
<div class="components-list-container">
<div class="nav-group-header">
<span class="components-nav-header" style="margin-top: 0;">
@ -114,10 +112,9 @@
grid-template-columns: 300px 1fr 300px;
height: 100%;
width: 100%;
background: #FBFBFB;
background: #fbfbfb;
}
.ui-nav {
grid-column: 1;
background-color: var(--white);

View file

@ -37,5 +37,4 @@
width: 300px;
height: 100%;
}
</style>

View file

@ -63,7 +63,6 @@
</div>
</div>
<PageLayout layout={$store.pages[$store.currentPageName]} />
<div class="components-list-container">