Skip to content

Commit

Permalink
Merge pull request #1350 from DSD-DBS/add-sessions-gap
Browse files Browse the repository at this point in the history
fix: Add gap between active sessions
  • Loading branch information
MoritzWeber0 authored Feb 21, 2024
2 parents beadc29 + 5ba797b commit 1dd9f84
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ <h2 class="mb-3 text-xl font-medium">No active sessions</h2>
</div>
</div>

<div *ngIf="(userSessionService.sessions$ | async)?.length">
<div
class="flex flex-col gap-2"
*ngIf="(userSessionService.sessions$ | async)?.length"
>
<a
class="w-full max-w-[85vw]"
matInput
Expand Down

0 comments on commit 1dd9f84

Please sign in to comment.