Skip to content

Commit

Permalink
#256 update temporary layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pournasserian committed Nov 30, 2023
1 parent 46237ac commit 64a2a6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/FluentCMS.Web.UI/Pages/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
@inherits LayoutComponentBase
<HeadContent>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/" />
<link rel="stylesheet" href="/css/app.min.css">
<link rel="icon" type="image/png" href="favicon.png" />
</HeadContent>

<div class="f-layout">
<aside id="default-sidebar" aria-label="Sidebar" class="f-sidebar -translate-x-full">
<div class="f-sidebar-body">
Expand Down Expand Up @@ -42,7 +50,7 @@
<header class="navbar sticky-top bg-dark flex-md-nowrap p-0 shadow" data-bs-theme="dark">
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3 fs-6 text-white" href="#">FluentCMS</a>
</header>
@Body
@Body
</main>
</div>
<script src="/js/flowbite.min.js"></script>

0 comments on commit 64a2a6a

Please sign in to comment.