From 79722f4048fb3f3504400ebe54556bef10874dcf Mon Sep 17 00:00:00 2001 From: Manti <67705577+mantikafasi@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:11:47 +0300 Subject: [PATCH] Update index.tsx --- src/plugins/Timezones/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/Timezones/index.tsx b/src/plugins/Timezones/index.tsx index fb4009c75..70391f589 100644 --- a/src/plugins/Timezones/index.tsx +++ b/src/plugins/Timezones/index.tsx @@ -220,7 +220,7 @@ export default definePlugin({ } : {}) }} > - {!isInEditMode && { + {!isInEditMode && { if (timezone) { Toasts.show({ type: Toasts.Type.MESSAGE, @@ -252,7 +252,8 @@ export default definePlugin({ width: "60%", marginTop: "5%" } : { - marginLeft: "5%" + marginLeft: "2%", + display: "flex" }} > - {isInEditMode && } - + ); } ,