Wrap InfoOverlay in <tbody>

This commit is contained in:
2026-02-20 19:19:23 -05:00
parent 1769127342
commit 9c348ee448
3 changed files with 23 additions and 31 deletions

View File

@@ -14,21 +14,12 @@
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
# Node.js LTS with npm
nodejs_20
# Go for backend
nodejs_25
go
# Build tools
pkg-config
# Development utilities
git
curl
jq
# Optional: for better development experience
gnumake
];

View File

@@ -1,5 +1,4 @@
<script>
import InfoOverlay from "./components/InfoOverlay.vue";
import axios from "axios";
import dayjs from "dayjs";
import utc from "dayjs/plugin/utc";

View File

@@ -7,6 +7,7 @@
</a>
<h3>Keyboard Shortcuts</h3>
<table class="shortcuts-table">
<tbody>
<tr>
<td><strong>r</strong></td>
<td>Refresh deals</td>
@@ -27,6 +28,7 @@
<td><strong>/</strong></td>
<td>Filter deals</td>
</tr>
</tbody>
</table>
<button class="close-button" @click="closeOverlay">Close</button>
</div>