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

Commit b302c5a

Browse files
committed
fix(mobile): navi typo & works title overflow
1 parent e7ff6ca commit b302c5a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
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.90",
62+
"BUILD_VERSION": "v2.0.91",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

-136 Bytes
Binary file not shown.

src/widgets/Cards/styles/works_card.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ export const Name = styled.a`
8484
cursor: pointer;
8585
text-decoration: underline;
8686
}
87+
88+
${css.media.mobile`
89+
${css.cutRest('200px')};
90+
`};
8791
`
8892
export const PreviewName = styled(Name)`
8993
&:hover {

src/widgets/Navigator/MorePanel/MobileView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const items = [
4848
{
4949
icon: `${ICON}/menu/makers2.svg`,
5050
title: 'Makers',
51-
target: 'markers',
51+
target: 'makers',
5252
raw: 2,
5353
},
5454
{

0 commit comments

Comments
 (0)