From 94a232de8bc29c3c642f50225b80131c524f81dc Mon Sep 17 00:00:00 2001 From: tgt Date: Thu, 19 Dec 2024 14:09:58 -0500 Subject: [PATCH] style(fix): fix weirdness on the session screenshots and tweak text size Co-authored-by: proudparrot2 <71939973+proudparrot2@users.noreply.github.com Co-authored-by: AnonymousFxz <117674270+AnonymousFxz@users.noreply.github.com> --- src/app/(main)/page.tsx | 6 +++--- src/app/(main)/sessions/page.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index cf514e2..89e2f1b 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -20,13 +20,13 @@ export default async function Dashboard() { const images = await db.select().from(image); return (
-

Workspaces

+

Workspaces

}> {images.map((image) => ( -
+
{image.friendlyName}
-
+

{image.friendlyName}

{image.category}

diff --git a/src/app/(main)/sessions/page.tsx b/src/app/(main)/sessions/page.tsx index e70bb0f..2623335 100644 --- a/src/app/(main)/sessions/page.tsx +++ b/src/app/(main)/sessions/page.tsx @@ -61,7 +61,7 @@ export default async function Dashboard() { const containerStates = await Promise.all(sessions.map((session) => docker.getContainer(session.id).inspect())); return (
-

Sessions

+

Sessions

}> {sessions.length ? ( @@ -121,7 +121,7 @@ export default async function Dashboard() { fill sizes="6.5rem 13rem" alt="" - className="object-fill rounded-sm md:h-[6.5rem] md:w-[13rem] h-[3.25rem] w-[6.5rem]" + className="object-fill rounded-none md:h-[6.5rem] md:w-[13rem] h-[3.25rem] w-[6.5rem]" /> ) : (