diff --git a/PolyPilot/Components/Layout/SessionListItem.razor b/PolyPilot/Components/Layout/SessionListItem.razor index df5e787996..61dc791eb8 100644 --- a/PolyPilot/Components/Layout/SessionListItem.razor +++ b/PolyPilot/Components/Layout/SessionListItem.razor @@ -119,29 +119,32 @@ } } - - - - - @if (!string.IsNullOrEmpty(Session.SessionId)) - { - - } - @if (!string.IsNullOrEmpty(sessionDir)) + @if (!PlatformHelper.IsMobile) { - - + @if (!string.IsNullOrEmpty(Session.SessionId)) + { + + } + @if (!string.IsNullOrEmpty(sessionDir)) + { + + + + } }