refactor(components): edit layout
This commit is contained in:
parent
e574ef0b43
commit
e69965f6ec
@ -41,10 +41,7 @@
|
|||||||
</a-typography-text>
|
</a-typography-text>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <client-only> -->
|
|
||||||
<navbar />
|
<navbar />
|
||||||
|
|
||||||
<!-- </client-only> -->
|
|
||||||
</div>
|
</div>
|
||||||
</a-layout-header>
|
</a-layout-header>
|
||||||
<a-layout-content style="flex-grow: 1">
|
<a-layout-content style="flex-grow: 1">
|
||||||
@ -75,7 +72,7 @@
|
|||||||
height: '100%',
|
height: '100%',
|
||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
right: '0px',
|
right: '0px',
|
||||||
borderLeft: '2px solid #fff',
|
borderLeft: `2px solid ${darko ? '#fff' : '#ccc'}`,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<sidebar-thing />
|
<sidebar-thing />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user