Skip to content

Commit

Permalink
only show "select chat" on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 18, 2024
1 parent 4d4e7a4 commit 275ca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/Jordnaer/Features/Chat/ChatMessageList.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<MudItem Class="@MudItemClass" Style="@MudItemStyle" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8">

@if (ActiveChat is null)
@if (ActiveChat is null && IsMobile is false)
{
<MudStack Row Style="margin-left: -24px;">
<MudIcon Icon="@Icons.Material.Filled.ArrowCircleLeft" Size="Size.Large" Color="Color.Info" />
Expand Down

0 comments on commit 275ca99

Please sign in to comment.