Add log view modal to web UI

This commit is contained in:
Sashanoraa
2025-08-23 23:03:42 -04:00
committed by Cooper Quintin
parent d7c973ea95
commit cef94ba6b0
4 changed files with 130 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body data-sveltekit-preload-data="hover" style="width: 100%">
<div style="display: contents" class="m-4 xl:m-8">%sveltekit.body%</div>
</body>
</html>