Skip to content

Commit

Permalink
Code(WEB::Drawer): Added 'New Chat' button to the menu in the drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutak1337 committed May 2, 2024
1 parent 1c8f688 commit d758e22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Client/StellarChat.Client.Web/Components/Drawer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<MudImage Src="https://avatars.githubusercontent.com/u/49451143?v=4" Alt="An image of the best dog ever!"></MudImage>
</MudAvatar>
<MudIconButton Size="Size.Large" Icon="@Icons.Material.Filled.ChatBubble" Class="mt-5" />
<MudIconButton Size="Size.Large" Icon="@Icons.Material.Filled.Settings" Class="absolute mb-20" style="bottom: 10px" />
<div class="d-flex flex-column align-items-center absolute mb-2" style="bottom: 6px">
<MudFab Size="Size.Medium" Color="Color.Primary" StartIcon="@Icons.Material.Filled.Add" Class="mb-4 mx-auto" />
<MudDivider Class="mx-auto" Style="width:70%;" />
<MudIconButton Class="" Size="Size.Large" Icon="@Icons.Material.Filled.Settings" />
</div>
</div>
<MudDivider Vertical="true" />

Expand Down

0 comments on commit d758e22

Please sign in to comment.