add position indicator to buttons

This commit is contained in:
2025-11-14 14:16:20 +13:00
parent 6d752a4677
commit d14b15420c
3 changed files with 12 additions and 18 deletions

View File

@@ -17,13 +17,6 @@ import Footer from "@components/footer"
<Sidebar>
<slot name="sidebar" />
</Sidebar>
<!-- <a href="/" class="b1-no-underline text-4xl">breadone dot net</a>
<Navbar/>
<div class="text-start mt-8">
<slot name="sidebar" />
</div> -->
<Footer/>
</div>
@@ -31,6 +24,7 @@ import Footer from "@components/footer"
<div class="content-panel">
<slot name="content"/>
</div>
</main>
</body>
</html>