Skip to content

Commit

Permalink
feat: lower top
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>
  • Loading branch information
janlauber committed Jun 19, 2023
1 parent d18d350 commit e0d47c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kubelab-ui/src/routes/labs/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="absolute top-16 bottom-0 right-0 left-0 overflow-y-scroll p-2">
<div class="absolute top-20 bottom-0 right-0 left-0 overflow-y-scroll p-2">
<slot />
</div>
1 change: 0 additions & 1 deletion kubelab-ui/src/routes/labs/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
{getExerciseSessionByExercise(exercise.id)?.endTime ? "Completed" : "Not Completed"}
</p>
<h2 class="card-title mt-2">{exercise.title}</h2>
<p>{exercise.description}</p>
<div class="flex gap-2 justify-end">
<div class="tooltip" data-tip="start exercise">
<button
Expand Down

0 comments on commit e0d47c3

Please sign in to comment.