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; }