Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit daedf00

Browse files
committed
fix(mobile): adjust works card pending
1 parent b302c5a commit daedf00

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//--- contact configs ---//": "",
6060
"EMAIL_SUPPORT": "coderplanets@outlook.com",
6161
"// GRAPHQL_ENDPOINT": "https://api.coderplanets.com/graphiql",
62-
"BUILD_VERSION": "v2.0.91",
62+
"BUILD_VERSION": "v2.0.92",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

-118 Bytes
Binary file not shown.

src/widgets/Cards/styles/works_card.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ export const Wrapper = styled.div.attrs(({ testid }: TTestable) => ({
2929
}
3030
3131
${css.media.mobile`
32+
height: 102px;
3233
padding-left: 2px;
34+
padding-top: 0;
35+
padding-bottom: 0;
3336
`};
3437
transition: all 0.1s;
3538
`

0 commit comments

Comments
 (0)