[S] Fix background coloring for too few files

This commit is contained in:
Azalea Gui
2023-02-09 18:43:13 -05:00
parent 5471bff4a1
commit 1548410fd7
+1 -1
View File
@@ -31,7 +31,7 @@ export default function App() {
const [api] = createResource(fetchApi)
return (
<div class="p-10 bg-dark-800 text-rose-300 mh-full">
<div class="p-10 bg-dark-800 text-rose-300 min-h-full">
<div class="max-w-screen-md m-auto">
<p class="text-4xl text-rose-400 text-center py-10">File Listing</p>
{api.loading && "Loading..."}