From bb420db1783c10f7ad8a5fc6da5a0569fda5f682 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 16 Mar 2023 01:25:26 +0000 Subject: [PATCH] fix: mobile styles --- src/components/common/FollowingButton.tsx | 12 ++++++------ src/components/common/FollowingCount.tsx | 2 +- src/components/site/SiteHeader.tsx | 4 ++-- src/components/ui/Menu.tsx | 7 ++++++- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/components/common/FollowingButton.tsx b/src/components/common/FollowingButton.tsx index 2cafee4f..22b6816f 100644 --- a/src/components/common/FollowingButton.tsx +++ b/src/components/common/FollowingButton.tsx @@ -88,18 +88,18 @@ export const FollowingButton: React.FC<{ {subscription.data ? ( <> - {" "} - {t("Following")} + {" "} + {t("Following")} - {" "} - {t("Unfollow")} + {" "} + {t("Unfollow")} ) : ( - {" "} - {t("Follow")} + {" "} + {t("Follow")} )} diff --git a/src/components/common/FollowingCount.tsx b/src/components/common/FollowingCount.tsx index a2e80f34..11ca49a8 100644 --- a/src/components/common/FollowingCount.tsx +++ b/src/components/common/FollowingCount.tsx @@ -40,7 +40,7 @@ export const FollowingCount: React.FC<{