feat: publish widget markup (#12)

This commit is contained in:
patak 2022-11-16 22:27:02 +01:00 committed by GitHub
parent 85eb81ba80
commit 6e54d95bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 9 deletions

View file

@ -3,7 +3,7 @@
<main grid="~ lg:cols-[1fr_40rem_1fr]" max-w-70rem mxa h-full>
<div>
<slot name="left">
<NavTitle p4 />
<AccountMe />
</slot>
</div>
<div h-full of-auto border="l r border">
@ -11,7 +11,7 @@
</div>
<div flex="~ col">
<slot name="right">
<AccountMe />
<NavTitle p5 />
<NavSide border="y border" py8 />
<div flex-auto />
<NavFooter />