Skip to content

Commit

Permalink
Remove console margin when no results are shown
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed Apr 9, 2024
1 parent 2e84957 commit 21fadc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ nav#TableOfContents {
}
}
}

#console > pre:first-child {
@apply mt-2;
}
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
});
</script>

<div class="pt-2 font-mono text-gray-700 dark:text-gray-200 ms-2" id="console"></div>
<div class="font-mono text-gray-700 dark:text-gray-200 ms-2" id="console"></div>

<nav class="my-0 me-2 lg:me-4 flex flex-col flex-nowrap justify-between sm:my-2 sm:flex-row">
<div class="flex flex-nowrap items-center justify-between">
Expand Down

0 comments on commit 21fadc2

Please sign in to comment.