Skip to content

Commit

Permalink
style(pathwar): video player wip
Browse files Browse the repository at this point in the history
  • Loading branch information
omniwired committed Jul 12, 2023
1 parent ab7e951 commit fcf37ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/screens/Pathwar/Resources/ResourceBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
}}
>
<View
Expand All @@ -159,6 +159,8 @@ export const ResourceBox: React.FC<{ data: Resources }> = ({ data }) => {
</BrandText>
<ScrollView style={{ height: 60 }}>
<BrandText
ellipsizeMode="tail"
numberOfLines={2}
style={[{ marginBottom: layout.padding_x0_5 }, fontSemibold13]}
>
{data.description}
Expand Down
3 changes: 2 additions & 1 deletion packages/screens/Pathwar/Resources/ResourceScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fcf37ad

Please sign in to comment.