Skip to content

Commit

Permalink
fix: layout
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 18, 2023
1 parent 3d99323 commit 345b35a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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-20 bottom-0 right-0 left-0 overflow-y-scroll p-2">
<div class="absolute top-16 bottom-0 right-0 left-0 overflow-y-scroll p-2">
<slot />
</div>
2 changes: 1 addition & 1 deletion kubelab-ui/src/routes/labs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
> / 2
</p>
{/key}
<div class="grid grid-cols-1 md:grid-cols-1 lg:grid-cols-1 gap-4 p-2">
<div class="grid grid-cols-1 md:grid-cols-1 lg:grid-cols-1 gap-4">
{#each $labs as this_lab}
<Lab
{this_lab}
Expand Down

0 comments on commit 345b35a

Please sign in to comment.