Fix result table layout

This commit is contained in:
Geomitron
2023-12-14 13:36:45 -06:00
parent c2e355cb53
commit 742c6a28d0
23 changed files with 81 additions and 196 deletions

View File

@@ -1,12 +1,12 @@
<!doctype html>
<html lang="en" data-theme="dark" class="bg-base-300">
<html lang="en" data-theme="dark" class="bg-base-300 overflow-hidden">
<head>
<meta charset="utf-8" />
<title>Bridge</title>
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<body class="scrollbar">
<app-root></app-root>
</body>
</html>