From 9a2b67b51bd2d36ba990837e0ac7350eeb18c4de Mon Sep 17 00:00:00 2001 From: Tomoki Morita Date: Sun, 15 Oct 2023 22:39:38 +0900 Subject: [PATCH] fix dialog main styles --- src/groups/dialog/component.astro | 9 +++------ src/groups/dialog/styles.module.css | 6 ------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/groups/dialog/component.astro b/src/groups/dialog/component.astro index e91619c..76fb34e 100644 --- a/src/groups/dialog/component.astro +++ b/src/groups/dialog/component.astro @@ -33,11 +33,8 @@ const title = ""; > -
- press the icon or the key to close it. +
+ press the [x] icon or the key to close it.
@@ -50,7 +47,7 @@ const title = "";

confirm

-
+
you can also close it by pressing the key.
diff --git a/src/groups/dialog/styles.module.css b/src/groups/dialog/styles.module.css index b7a95f4..584a86e 100644 --- a/src/groups/dialog/styles.module.css +++ b/src/groups/dialog/styles.module.css @@ -20,12 +20,6 @@ justify-content: space-between; } -.dialogMain { - align-items: center; - display: flex; - gap: 0.25rem; -} - .dialogFooter { display: flex; gap: 0.75rem;