From 25cdb0a0335ed2297d982d98eb42a1b0d92e87c1 Mon Sep 17 00:00:00 2001 From: ww8007 Date: Sat, 30 Sep 2023 01:19:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20version=201.1.1=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/version.ts b/src/store/version.ts index 7ddcbac0..9aa273fc 100644 --- a/src/store/version.ts +++ b/src/store/version.ts @@ -1,6 +1,6 @@ import { create } from 'zustand'; -export const CURRENT_VERSION = '1.1.0'; +export const CURRENT_VERSION = '1.1.1'; interface VersionStore { version: string; From 7c1552c4292fd447f4e30207f1abec3ff53db976 Mon Sep 17 00:00:00 2001 From: ww8007 Date: Sat, 30 Sep 2023 01:23:23 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC?= =?UTF-8?q?=20=EB=84=98=EC=B9=98=EC=A7=80=20=EC=95=8A=EA=B2=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bookmarks/ui/BookmarkArticle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bookmarks/ui/BookmarkArticle.tsx b/src/bookmarks/ui/BookmarkArticle.tsx index dd3ba463..10bc7218 100644 --- a/src/bookmarks/ui/BookmarkArticle.tsx +++ b/src/bookmarks/ui/BookmarkArticle.tsx @@ -199,7 +199,7 @@ const CategoryAndIconsWrapper = styled.div` `; const CategoryButtonWrapper = styled.div` - max-width: ${getRem(220)}; + max-width: calc(100vw / 2 - ${getRem(20)}); min-width: ${getRem(150)}; `;