Improved sidebar (again)

This commit is contained in:
Mia Rose Winter 2024-02-02 19:51:53 +01:00
parent 736f261459
commit ea738ebb04
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@
<div class="drawer-side">
<label for="main-drawer" aria-label="close sidebar" class="drawer-overlay"></label>
<div class="bg-base-200 p-4 h-full flex flex-col gap-4 w-48">
<div class="bg-base-200 p-4 h-full flex flex-col gap-4 w-48 lg:w-64">
<NavMenu />
</div>
</div>

View file

@ -41,7 +41,7 @@
<ul class="menu gap-2">
<AuthorizeView>
<Authorized>
<li class="flex content-center gap-2">
<li class="flex gap-2">
<NavLink href="Account/Manage">
<span class="line-clamp-2">@context.User.FindFirst("FullName")!.Value</span>
<div class="w-8">
@ -49,7 +49,7 @@
</div>
</NavLink>
</li>
<li>
<li class="">
<form action="Account/Logout" method="post">
<AntiforgeryToken />
<input type="hidden" name="ReturnUrl" value="@_currentUrl" />

File diff suppressed because one or more lines are too long