From f414779abf2581f00bc9c4499ec9e2d19f5a2d0e Mon Sep 17 00:00:00 2001 From: Philip Fung Date: Sun, 1 Oct 2023 22:34:46 -0700 Subject: [PATCH] minor css --- dist/add-to-homescreen.min.css | 10 +++++----- src/styles.css | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/add-to-homescreen.min.css b/dist/add-to-homescreen.min.css index 697c4d0..2b69bab 100644 --- a/dist/add-to-homescreen.min.css +++ b/dist/add-to-homescreen.min.css @@ -291,24 +291,24 @@ } .adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-more-button { - height: 35px; + height: 30px; background: white; - margin: 0px 5px -11px 5px; + margin: 0px 5px -7px 5px; box-shadow: 1px 1px 2px gray; border-radius: 4px; } .adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-add-to-homescreen-button { - height: 37px; + height: 30px; background: white; - margin: 0px 5px -10px 5px; + margin: 0px 5px -9px 5px; box-shadow: 1px 1px 2px gray; border-radius: 4px; padding: 0px 7px 0px 4px; } .adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-install-app { - height: 37px; + height: 30px; background: white; margin: 10px 5px -10px 5px; box-shadow: 1px 1px 2px gray; diff --git a/src/styles.css b/src/styles.css index c47065f..c9ada1a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -292,24 +292,24 @@ } .adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-more-button { - height: 35px; + height: 30px; background: white; - margin: 0px 5px -11px 5px; + margin: 0px 5px -7px 5px; box-shadow: 1px 1px 2px gray; border-radius: 4px; } .adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-add-to-homescreen-button { - height: 37px; + height: 30px; background: white; - margin: 0px 5px -10px 5px; + margin: 0px 5px -9px 5px; box-shadow: 1px 1px 2px gray; border-radius: 4px; padding: 0px 7px 0px 4px; } .adhs-container.adhs-android.adhs-chrome .adhs-modal .adhs-list .adhs-android-chrome-install-app { - height: 37px; + height: 30px; background: white; margin: 10px 5px -10px 5px; box-shadow: 1px 1px 2px gray;