From 0518d188a472317129a47235cddef1fd67f84f83 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 6 Oct 2022 22:56:22 -0700 Subject: [PATCH] Align message dialog --- packages/editor/src/global-styled.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/editor/src/global-styled.css b/packages/editor/src/global-styled.css index e79d6a86..22e5f8ca 100644 --- a/packages/editor/src/global-styled.css +++ b/packages/editor/src/global-styled.css @@ -217,9 +217,8 @@ div#shotcuts>img { background-color: white; border: solid 2px #ffa800; margin: auto; - width: 99%; border-radius: 9px; - width: 96%; + width: 80%; } @media (min-width: 600px) { @@ -261,7 +260,7 @@ div#shotcuts>img { } .tryInfoPanelWithToolbar { - top: 65px; + top: 75px; } .tryInfoPanelWithoutToolbar {