From f6c9ac9015302433e9f382257b68e3e04d38fd42 Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 23 Sep 2024 17:55:39 +0200 Subject: [PATCH] add more responsiveness --- src/@/components/ui/table.tsx | 2 +- src/app/layout.tsx | 6 +++--- src/app/publication/columns.tsx | 28 +++++++++++++++++++++++----- src/app/publication/page.tsx | 2 +- src/app/story/columns.tsx | 3 +-- src/app/story/create.tsx | 4 ++-- src/app/story/page.tsx | 2 +- src/app/tailwind.css | 30 ++++++++++++++++++++++++++++++ src/app/ui/titleContainer.tsx | 2 +- 9 files changed, 63 insertions(+), 16 deletions(-) diff --git a/src/@/components/ui/table.tsx b/src/@/components/ui/table.tsx index b4438a7..d42331f 100644 --- a/src/@/components/ui/table.tsx +++ b/src/@/components/ui/table.tsx @@ -87,7 +87,7 @@ const TableCell = React.forwardRef< >(({ className, ...props }, ref) => ( )) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8025da1..f3608f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,9 +31,9 @@ export default function RootLayout({ enableSystem disableTransitionOnChange > -
-
-