From 2d9966fbd9afbe243ea3331ffa610141c5880477 Mon Sep 17 00:00:00 2001 From: Philip Fung Date: Sat, 30 Sep 2023 06:09:41 -0700 Subject: [PATCH] fix error messages to render well on smaller phones --- dist/add-to-homescreen.min.css | 8 ++++---- src/styles.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/add-to-homescreen.min.css b/dist/add-to-homescreen.min.css index 4fd053b..697c4d0 100644 --- a/dist/add-to-homescreen.min.css +++ b/dist/add-to-homescreen.min.css @@ -89,7 +89,7 @@ } .adhs-container .adhs-modal .adhs-error-title { - font-size: 25px; + font-size: 23px; font-weight: 700; margin: 0px 0px 18px 20px; max-width: 320px; @@ -99,15 +99,15 @@ .adhs-container .adhs-modal .adhs-error-body { text-align: left; - font-size: 20px; + font-size: 19px; padding: 0px 0px 9px 0px; line-height: 29px; margin: 0px 0px 0px 20px; } .adhs-container .adhs-modal .adhs-error-copy-link-button { - font-size: 20px; - width: 300px; + font-size: 18px; + width: 279px; margin: 8px 0px 0px 20px; border-radius: 4px; border: 1px solid; diff --git a/src/styles.css b/src/styles.css index 965618f..c47065f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -90,7 +90,7 @@ } .adhs-container .adhs-modal .adhs-error-title { - font-size: 25px; + font-size: 23px; font-weight: 700; margin: 0px 0px 18px 20px; max-width: 320px; @@ -100,15 +100,15 @@ .adhs-container .adhs-modal .adhs-error-body { text-align: left; - font-size: 20px; + font-size: 19px; padding: 0px 0px 9px 0px; line-height: 29px; margin: 0px 0px 0px 20px; } .adhs-container .adhs-modal .adhs-error-copy-link-button { - font-size: 20px; - width: 300px; + font-size: 18px; + width: 279px; margin: 8px 0px 0px 20px; border-radius: 4px; border: 1px solid;