Skip to content

Commit

Permalink
Merge e45cad7 into aefb522
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 authored Nov 11, 2024
2 parents aefb522 + e45cad7 commit 5ae83e5
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions frontend/src/app/sessions/sessions.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<div class="mb-12 hidden tall:block"><app-welcome /></div>
<div class="mb-10 hidden tall:block"><app-welcome /></div>

<app-user-sessions-wrapper>
<div class="flex flex-wrap justify-around gap-4">
<app-create-persistent-session
class="w-[360px] sm:w-[450px]"
></app-create-persistent-session>
<app-active-sessions
class="mt-[10px] w-[360px] sm:mt-0 sm:w-[450px]"
></app-active-sessions>
</div>
</app-user-sessions-wrapper>
<div class="mt-2">
<app-user-sessions-wrapper>
<div class="flex flex-wrap justify-around gap-4">
<app-create-persistent-session
class="w-[360px] sm:w-[450px]"
></app-create-persistent-session>
<app-active-sessions
class="mt-[10px] w-[360px] sm:mt-0 sm:w-[450px]"
></app-active-sessions>
</div>
</app-user-sessions-wrapper>
</div>

0 comments on commit 5ae83e5

Please sign in to comment.