refactor: improve nav side UI

This commit is contained in:
三咲智子 2022-11-23 22:50:03 +08:00
parent 889b4b8a00
commit 6329a906a6
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 38 additions and 11 deletions

View file

@ -27,7 +27,7 @@
<div sticky top-0 h-screen flex="~ col">
<slot name="right">
<NavTitle p5 />
<NavSide border="y base" py8 />
<NavSide border="y base" />
<div flex-auto />
<NavFooter />
</slot>