diff --git a/web/src/components/MemoEditor/index.tsx b/web/src/components/MemoEditor/index.tsx index a6f80d08..847ea668 100644 --- a/web/src/components/MemoEditor/index.tsx +++ b/web/src/components/MemoEditor/index.tsx @@ -424,7 +424,7 @@ const MemoEditor = (props: Props) => { onCompositionEnd={() => setIsInIME(false)} > -
+
handleTagSelectorClick(tag)} /> { return (
0 && "shadow-md" )} > diff --git a/web/src/components/Navigation.tsx b/web/src/components/Navigation.tsx index 5fae55de..9680dd2d 100644 --- a/web/src/components/Navigation.tsx +++ b/web/src/components/Navigation.tsx @@ -98,7 +98,7 @@ const Navigation = () => { : [exploreNavLink, signInNavLink]; return ( -
+
{navLinks.map((navLink) => ( diff --git a/web/src/layouts/Root.tsx b/web/src/layouts/Root.tsx index 90f649d4..50aa9555 100644 --- a/web/src/layouts/Root.tsx +++ b/web/src/layouts/Root.tsx @@ -9,7 +9,7 @@ function Root() {
{sm && ( -
+
)} diff --git a/web/src/pages/Archived.tsx b/web/src/pages/Archived.tsx index f03fbb2a..771c3fb2 100644 --- a/web/src/pages/Archived.tsx +++ b/web/src/pages/Archived.tsx @@ -30,9 +30,9 @@ const Archived = () => { }, [memos]); return ( -
+
-
+
{loadingState.isLoading ? (

{t("memo.fetching-data")}

diff --git a/web/src/pages/Explore.tsx b/web/src/pages/Explore.tsx index a6f8d134..ebfee8bc 100644 --- a/web/src/pages/Explore.tsx +++ b/web/src/pages/Explore.tsx @@ -54,9 +54,9 @@ const Explore = () => { }; return ( -
+
-
+
{sortedMemos.map((memo) => ( diff --git a/web/src/pages/Home.tsx b/web/src/pages/Home.tsx index ca1c5aec..cd561638 100644 --- a/web/src/pages/Home.tsx +++ b/web/src/pages/Home.tsx @@ -10,7 +10,7 @@ const Home = () => { return (
-
+
{!md && }
diff --git a/web/src/pages/Inboxes.tsx b/web/src/pages/Inboxes.tsx index 21720282..8f231464 100644 --- a/web/src/pages/Inboxes.tsx +++ b/web/src/pages/Inboxes.tsx @@ -20,9 +20,9 @@ const Inboxes = () => { }, []); return ( -
+
-
+

diff --git a/web/src/pages/MemoDetail.tsx b/web/src/pages/MemoDetail.tsx index 5d2825f2..46e08419 100644 --- a/web/src/pages/MemoDetail.tsx +++ b/web/src/pages/MemoDetail.tsx @@ -110,9 +110,9 @@ const MemoDetail = () => { }; return ( -

+
-
+
{memo.parent && (
diff --git a/web/src/pages/Resources.tsx b/web/src/pages/Resources.tsx index d6eab911..1784f4fd 100644 --- a/web/src/pages/Resources.tsx +++ b/web/src/pages/Resources.tsx @@ -66,9 +66,9 @@ const Resources = () => { }; return ( -
+
-
+

diff --git a/web/src/pages/Setting.tsx b/web/src/pages/Setting.tsx index b9fb2f4c..4cb7d03d 100644 --- a/web/src/pages/Setting.tsx +++ b/web/src/pages/Setting.tsx @@ -42,9 +42,9 @@ const Setting = () => { }; return ( -

+
-
+
{t("common.basic")} diff --git a/web/src/pages/Timeline.tsx b/web/src/pages/Timeline.tsx index 49ccb71e..0e00e026 100644 --- a/web/src/pages/Timeline.tsx +++ b/web/src/pages/Timeline.tsx @@ -64,9 +64,9 @@ const Timeline = () => { }; return ( -
+
-
+

{ }, [params.username]); return ( -

+
-
+
{!loadingState.isLoading && (user ? ( <>