From 2599f8240dc043c95cc5474be80d6d6404cc3c2d Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 25 Aug 2016 16:23:23 -0300 Subject: [PATCH] fix activity view --- public/views/activity.html | 34 +++++++++++++++++++--------------- public/views/tab-home.html | 4 ++-- src/sass/main.scss | 4 ++++ 3 files changed, 25 insertions(+), 17 deletions(-) diff --git a/public/views/activity.html b/public/views/activity.html index 2885b2fb5..d10d45479 100644 --- a/public/views/activity.html +++ b/public/views/activity.html @@ -2,30 +2,34 @@ Recent Activity + + +
-
- -
-
-
Updating activity. Please stand by.
-
+
+ +
Updating activity. Please stand by
-
-
    -
  • - -
  • +
    +
    + +
    -
  • - No recent activity -
  • -
+ + More ({{notificationsMore}}) + + +
+ No recent activity +
diff --git a/public/views/tab-home.html b/public/views/tab-home.html index d56eeafe3..70dd9d2e7 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -34,8 +34,8 @@

Wallets

-
- +
+
diff --git a/src/sass/main.scss b/src/sass/main.scss index efb92a3eb..3095f9eb8 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -525,6 +525,10 @@ ul.wallet-selection.wallets { font-size: 28px; } +.size-32 { + font-size: 32px; +} + .size-36 { font-size: 36px; }