From 6149f9bac1a6d2b49c5ebfcfc631daa6b1969c5a Mon Sep 17 00:00:00 2001 From: pearpearB Date: Sun, 20 Mar 2022 21:12:08 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Fix]=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=ED=97=A4=EB=8D=94=20=EC=A3=BC=EC=86=8C?= =?UTF-8?q?=EC=B0=BD=EC=97=90=20=EA=B0=80=EB=A0=A4=20=EC=95=88=EB=B3=B4?= =?UTF-8?q?=EC=9E=84=20=EC=88=98=EC=A0=95=20Close=20#572?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/public/index.html | 6 +++++- client/public/manifest.json | 2 +- client/src/styles/styled.ts | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 6b412825..bc1b048c 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -4,7 +4,7 @@ - + 42byte @@ -32,6 +32,10 @@ rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&family=Press+Start+2P&display=swap" /> + + + + diff --git a/client/public/manifest.json b/client/public/manifest.json index 9b3dac25..608d5fd6 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -3,7 +3,7 @@ "name": "42byte", "icons": [ { - "src": "images/BLogo.png", + "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" } diff --git a/client/src/styles/styled.ts b/client/src/styles/styled.ts index 2580d16f..e8faae4a 100644 --- a/client/src/styles/styled.ts +++ b/client/src/styles/styled.ts @@ -6,6 +6,7 @@ export const AppContainer = styled.div` justify-items: center; background: #6bb8f0; height: 100vh; + max-height: -webkit-fill-available; input[type='button'] { -webkit-appearance: none; } From 9bd0b7f4171c464c47c422eac80455999116cd97 Mon Sep 17 00:00:00 2001 From: pearpearB Date: Sun, 20 Mar 2022 21:40:02 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Fix]=20=EB=A9=94=EB=89=B4=EB=B0=94=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EC=9C=84=EC=97=90=EC=84=9C=20=EC=9B=80?= =?UTF-8?q?=EC=A7=81=EC=9E=84=20=EA=B3=A0=EC=B9=A8=20#572?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Header/styled.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Header/styled.ts b/client/src/components/Header/styled.ts index 53e7c933..5d4d7e92 100644 --- a/client/src/components/Header/styled.ts +++ b/client/src/components/Header/styled.ts @@ -60,6 +60,7 @@ export const HeaderBackdrop = styled.div` align-items: center; width: 100vw; height: 100vh; + max-height: -webkit-fill-available; `; export const UtilButton = styled.div`