From d63b76d3c0a7cb79a33825416382874a8a0c645c Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Fri, 18 May 2018 21:00:46 +1200 Subject: [PATCH 1/3] Title at the top of the card, on the same line as the cross icon for closing. --- src/sass/views/tab-home.scss | 4 +--- www/views/tab-home.html | 7 ++++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 4fb8edbc7..71654e55f 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -79,17 +79,15 @@ .homeTip { text-align: center; & > .item-heading { - margin-top: 10px; background: 0 none; } .item { border-style: none; } - & > .title { + .title { font-size: 20px; font-weight: bold; color: $v-dark-gray; - margin: 20px 10px; } & > .subtitle { font-size: 1rem; diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 88095c797..3effee3a6 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -23,13 +23,14 @@
+
+
+ Your Bitcoin Wallets are ready! +
-
- Your Bitcoin Wallets are ready! -
From 441ab13006fa3251de232de915005727112f2232 Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Mon, 21 May 2018 11:27:05 -0700 Subject: [PATCH 2/3] Fixed up position of close 'x' on narrow screens like iPhone SE. --- src/sass/views/tab-home.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 71654e55f..a52ef159d 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -106,6 +106,8 @@ .icon.close-home-tip { color: #666; font-size: 38px; + height: auto; + top: 8px; } .tab-home { &__logo { From 789e557c4ebc5616f929f0c7146a9605bd2a72da Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Mon, 21 May 2018 11:31:01 -0700 Subject: [PATCH 3/3] Whitespace only change: Corrected the tab size to 2 spaces in tab-home.html. --- www/views/tab-home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 41534a340..262ad0b4a 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -26,9 +26,9 @@
-
- Your Bitcoin Wallets are ready! -
+
+ Your Bitcoin Wallets are ready! +