From a6ec021bd1a31f66634b0998909b198fff7fed6e Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Wed, 23 May 2018 17:25:09 -0400 Subject: [PATCH 1/2] Explicitly set opacity to 1 for iPhone --- .../client/components/DeleteMyAccountStep.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css b/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css index 7d02b4e6f..b4cac6a62 100644 --- a/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css +++ b/plugins/talk-plugin-profile-data/client/components/DeleteMyAccountStep.css @@ -58,7 +58,7 @@ display: flex; flex-direction: column; align-items: center; - } + } } .title { @@ -97,6 +97,7 @@ color: #3B4A53; font-size: 1em; margin-bottom: 15px; + opacity: 1; } .block { From 92420ae827bd72c207c2ed315cefdf2d959c4ccb Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Wed, 23 May 2018 17:42:40 -0400 Subject: [PATCH 2/2] Fix hr line on older devices --- .../client/components/StepProgress.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/talk-plugin-profile-data/client/components/StepProgress.css b/plugins/talk-plugin-profile-data/client/components/StepProgress.css index bede31511..814a75b6c 100644 --- a/plugins/talk-plugin-profile-data/client/components/StepProgress.css +++ b/plugins/talk-plugin-profile-data/client/components/StepProgress.css @@ -24,6 +24,8 @@ box-sizing: border-box; margin: 0; padding: 0; + top: calc(50% - 2px); + left: 0; } .container { @@ -33,4 +35,4 @@ align-items: center; height: 50px; margin: 0 20px; -} \ No newline at end of file +}