Skip to content

Commit

Permalink
web interface: add margin to the bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
Musixal committed Oct 30, 2024
1 parent d72d633 commit 3ca7658
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
}
</style>

<body class="bg-gray-100 dark:bg-gray-900 flex justify-center items-start min-h-screen m-0 p-0 font-sans " id="body">
<body class="bg-gray-100 dark:bg-gray-900 flex justify-center items-start min-h-screen m-0 p-0 font-sans" id="body"
style="margin-bottom: 100px;">
<div class="dark:bg-gray-800 container mx-auto p-6 bg-white shadow-lg rounded-lg mt-4 w-full max-w-3xl relative">
<button id="dark-mode-button"
class="absolute top-4 right-4 bg-gray-200 dark:bg-gray-700 hover:bg-gray-300 text-gray-800 dark:text-gray-200 font-bold py-2 px-4 rounded">
Expand Down Expand Up @@ -75,7 +76,8 @@ <h1 class="text-2xl font-bold text-gray-800 dark:text-gray-200 text-center mb-6
id="sniffer" class="dark:text-gray-200">Loading...</span></div>
</div>

<table id="port-usage-table" class="dark:bg-gray-800 w-full border-collapse text-left">
<table id="port-usage-table" class="dark:bg-gray-800 w-full border-collapse text-left"
style="margin-bottom: 10px;">
<thead class="border px-4 py-2 bg-gray-200 dark:bg-gray-700">
<tr>
<th class="border px-4 py-2 bg-gray-200 dark:bg-gray-700">Port</th>
Expand Down

0 comments on commit 3ca7658

Please sign in to comment.