From e9796c545d379c99186faa9d40140eaa58c047ee Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 17 Nov 2022 21:58:15 +0000 Subject: [PATCH] tweak: make indicators responsive to mobile --- src/web/common/BoxedLink.tsx | 4 ++-- src/web/questions/components/QuestionOptions.tsx | 4 ++-- src/web/questions/components/Stars.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/web/common/BoxedLink.tsx b/src/web/common/BoxedLink.tsx index 57f2117..7a45e11 100644 --- a/src/web/common/BoxedLink.tsx +++ b/src/web/common/BoxedLink.tsx @@ -11,13 +11,13 @@ export const BoxedLink: React.FC = ({ children, }) => ( {children} - + ); diff --git a/src/web/questions/components/QuestionOptions.tsx b/src/web/questions/components/QuestionOptions.tsx index b426fa8..363dcfc 100644 --- a/src/web/questions/components/QuestionOptions.tsx +++ b/src/web/questions/components/QuestionOptions.tsx @@ -101,7 +101,7 @@ const OptionRow: React.FC = ({ option, mode, textMode }) => {
= ({ option, mode, textMode }) => {
= ({ num }) => { - return
{getstars(num)}
; + return
{getstars(num)}
; };