add position indicator to buttons
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user