From 5902f78fb235b9ce21a33ce2db02ef8cb7a5ff23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Thu, 9 Dec 2021 12:37:29 -0700 Subject: [PATCH] Zomars/calendars UI fixes (#1288) * Updates yarn.lock * Primary calendar selector UI fixes * Update translation string * Mobile fixes --- components/Shell.tsx | 10 ++-- .../integrations/CalendarListContainer.tsx | 60 +++++++++++-------- next-env.d.ts | 1 - public/static/locales/en/common.json | 4 +- yarn.lock | 50 +++++++++++++++- 5 files changed, 91 insertions(+), 34 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index 1cf3868848..13461bc217 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -106,7 +106,7 @@ export function ShellSubHeading(props: { {props.subtitle &&

{props.subtitle}

} - {props.actions &&
{props.actions}
} + {props.actions &&
{props.actions}
} ); } @@ -199,7 +199,7 @@ export default function Shell(props: {
-
+
@@ -211,7 +211,7 @@ export default function Shell(props: { -