refactor(components): edit layout

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-12-01 17:56:16 -05:00
parent e574ef0b43
commit e69965f6ec
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -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 />