diff --git a/public/views/includes/menu-item.html b/public/views/includes/menu-item.html index 5d5e81f44..4c2fd39bd 100644 --- a/public/views/includes/menu-item.html +++ b/public/views/includes/menu-item.html @@ -3,7 +3,7 @@
{{ item.title|translate }} - + {{ index.pendingTxProposalsCountForUs }} diff --git a/public/views/modals/tx-details.html b/public/views/modals/tx-details.html index c9361bcd1..a432b486e 100644 --- a/public/views/modals/tx-details.html +++ b/public/views/modals/tx-details.html @@ -18,11 +18,11 @@
- sync + sync

Received

- sync + sync

Sent

diff --git a/src/css/mobile.css b/src/css/mobile.css index f1af093a5..68c5635dd 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -200,6 +200,13 @@ _:-ms-fullscreen, :root .main { margin-top: 18px; } +.label.activity { + position: absolute; + top: 11px; + font-size: 9px; + padding: 0.15rem 0.25rem; +} + .amount { width: 100%; text-align: center;