From fcf37ade60d32f2329ea2e0b1b763b0f34ab1a4d Mon Sep 17 00:00:00 2001 From: "Eng. Juan Combetto" Date: Wed, 12 Jul 2023 15:43:46 +0900 Subject: [PATCH] style(pathwar): video player wip --- packages/screens/Pathwar/Resources/ResourceBox.tsx | 4 +++- packages/screens/Pathwar/Resources/ResourceScreen.tsx | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/screens/Pathwar/Resources/ResourceBox.tsx b/packages/screens/Pathwar/Resources/ResourceBox.tsx index d49d04b390..f1abb06ad2 100644 --- a/packages/screens/Pathwar/Resources/ResourceBox.tsx +++ b/packages/screens/Pathwar/Resources/ResourceBox.tsx @@ -141,7 +141,7 @@ export const ResourceBox: React.FC<{ data: Resources }> = ({ data }) => { alignContent: "center", justifyContent: "center", marginLeft: layout.padding_x1_5, - marginBottom: layout.padding_x1_5, + marginBottom: "10%", }} > = ({ data }) => { {data.description} diff --git a/packages/screens/Pathwar/Resources/ResourceScreen.tsx b/packages/screens/Pathwar/Resources/ResourceScreen.tsx index c0c1b3f848..5c29da9581 100644 --- a/packages/screens/Pathwar/Resources/ResourceScreen.tsx +++ b/packages/screens/Pathwar/Resources/ResourceScreen.tsx @@ -36,7 +36,8 @@ export const ResourceScreen: React.FC = () => { { id: 1, title: "title", - description: "things and stuff", + description: + "things and stuff things and stuff things and stuff things and stuff things and stuff things and stuff things and stuff things and stuff things and stuff things and stuff", category: [{ id: 1, text: "video" }], url: "https://cloudflare-ipfs.com/ipfs/QmQakEBJ9aevUZz7eYH2jtqfb9V5D8FkLeH9Bwr47wVHYH",