Improved sidebar layout
This commit is contained in:
parent
3960484ce8
commit
ca1a5998c4
|
@ -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">
|
||||
<div class="bg-base-200 p-4 h-full flex flex-col gap-4 w-48">
|
||||
<NavMenu />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<Authorized>
|
||||
<li class="flex content-center gap-2">
|
||||
<NavLink href="Account/Manage">
|
||||
@context.User.FindFirst("FullName")!.Value
|
||||
<span class="line-clamp-2">@context.User.FindFirst("FullName")!.Value</span>
|
||||
<div class="w-8">
|
||||
<ProfilePictureComponent ProfileId="@context.User.FindFirst("Id")!.Value" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue