From d13543324746e5821341273eae4943bb4f883a08 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Thu, 15 Oct 2020 10:35:24 +0100 Subject: [PATCH] fix: resolve Subscribe button styling problems on Safari and Edge --- src/.vuepress/theme/components/Newsletter.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/theme/components/Newsletter.vue b/src/.vuepress/theme/components/Newsletter.vue index 73f312079f..9967cbceb7 100644 --- a/src/.vuepress/theme/components/Newsletter.vue +++ b/src/.vuepress/theme/components/Newsletter.vue @@ -71,7 +71,7 @@ position: absolute; padding: 4px 20px; margin: 0; - min-height: calc(100% - 8px); + height: calc(100% - 8px); right: 4px; top: 4px; font-size: 1.05em; @@ -84,6 +84,7 @@ transition: all 0.15s ease; box-sizing: border-box; border: 1px solid currentColor; + appearance: none; } }