From 124194f522c747996a7b48f6d4e8a92efe6d82bb Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 25 Aug 2016 17:27:25 -0300 Subject: [PATCH] add padding at the end of scroll --- public/views/tab-settings.html | 76 +++++++++++++++++----------------- src/sass/main.scss | 4 ++ 2 files changed, 43 insertions(+), 37 deletions(-) diff --git a/public/views/tab-settings.html b/public/views/tab-settings.html index 7783fad68..28414b628 100644 --- a/public/views/tab-settings.html +++ b/public/views/tab-settings.html @@ -2,23 +2,23 @@ Global Settings - -
-
+ +
+
+
Address Book
+
Feedback
-
-
- Preferences -
-
+ +
Preferences
+
Language @@ -26,6 +26,7 @@ {{currentLanguageName|translate}}
+
Unit @@ -33,6 +34,7 @@ {{unitName}}
+
Alternative Currency @@ -40,6 +42,7 @@ {{selectedAlternative.name}}
+
Bitcoin Network Fee Policy @@ -47,39 +50,38 @@ {{feeOpts[currentFeeLevel]|translate}}
-
-
-
- Notifications -
- - Enable push notifications - -
-
Push notifications for Copay are currently disabled. Enable them in the Settings app.
-
    -
  • Open Settings app
  • -
-
-
-
- Exchanges -
- - Enable Glidera Service - - - Enable Coinbase Service - - -
- Others -
-
+
+
Notifications
+ + + Enable push notifications + + +
+
Push notifications for Copay are currently disabled. Enable them in the Settings app.
+
    +
  • Open Settings app
  • +
+
+
+ +
Exchanges
+ + + Enable Glidera Service + + + + Enable Coinbase Service + + +
Others
+ Use Unconfirmed Funds +
About Copay diff --git a/src/sass/main.scss b/src/sass/main.scss index 44ce5fa39..4683eb09f 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -415,6 +415,10 @@ ul.wallet-selection.wallets { } } +.scroll { + padding-bottom: 35px; +} + // History .updatingHistory { div {