Skip to content

Commit

Permalink
make the basicinfotile look slightly better next to gradestile
Browse files Browse the repository at this point in the history
  • Loading branch information
fnschmidt committed Aug 22, 2024
1 parent f2d31ea commit 0c0bcb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/TilesAndModals/BasicInfoTile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
add_class="pointer-events-none"
ready={Boolean(basicUserData && fachsemester && ects)}
>
<div class="w-full space-y-2">
<div class="w-full space-y-2 h-full max-h-40 min-h-32 flex flex-col justify-between">
<div class="flex-grow" />
{#if basicUserData}
<p>{basicUserData.user} - {basicUserData.seminar_group}</p>
<p>{basicUserData.seminar_name}</p>
{/if}
<div class="flex-grow" />
{#if fachsemester && ects}
<div class="flex space-x-2">
<div class="card rounded-xl w-full p-2 space-y-2 justify-center flex flex-col">
Expand Down

0 comments on commit 0c0bcb4

Please sign in to comment.