From 2f0d047a4db56c23dbeae2705ae7bcca0e6e2d91 Mon Sep 17 00:00:00 2001 From: damnnou Date: Mon, 22 Apr 2024 12:08:49 +0300 Subject: [PATCH] style: adapt header and pools table for mobile --- src/components/common/Header/index.tsx | 2 +- src/components/common/Table/poolsTable.tsx | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/common/Header/index.tsx b/src/components/common/Header/index.tsx index e3bfc90..0b62f28 100644 --- a/src/components/common/Header/index.tsx +++ b/src/components/common/Header/index.tsx @@ -57,7 +57,7 @@ const Account = () => { return
-
+
diff --git a/src/components/common/Table/poolsTable.tsx b/src/components/common/Table/poolsTable.tsx index 02c0e4d..adb3b87 100644 --- a/src/components/common/Table/poolsTable.tsx +++ b/src/components/common/Table/poolsTable.tsx @@ -74,15 +74,15 @@ const PoolsTable = ({ placeholder="Search pool" value={(table.getColumn(searchID)?.getFilterValue() as string) ?? ""} onChange={(event) => table.getColumn(searchID)?.setFilterValue(event.target.value)} - className="border border-border border-opacity-60 pl-12 h-12 w-80 focus:border-opacity-100 rounded-xl" + className="border border-border border-opacity-60 pl-12 h-12 max-w-80 md:w-64 lg:w-80 focus:border-opacity-100 rounded-xl" />
-
    +
    -
    +