add some more whitespace in bounties and acitivity views

This commit is contained in:
Martin Klepsch 2018-04-24 16:12:11 +02:00 committed by Tetiana Churikova
parent 11d088c63f
commit a1eb1e4198
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
[:div.header.display-name display-name]
[:div.description
[item-description item]]
[:div.footer-row.f6.lh-title
[:div.footer-row.f6.lh-title.mt2
(when-not (= item-type "new-bounty")
[ui-balances/token-balances (bnt/crypto-balances item) :badge])
[:span.gray (human-time updated)]]]])

View File

@ -73,7 +73,7 @@
[:div.bounty-item-row
[:div.time (human-time updated)]
[:span.bounty-repo-label repo-link]]
[:div.footer-row.f6.lh-title
[:div.footer-row.f6.lh-title.mt2
[ui-balances/token-balances (bnt/crypto-balances bounty) :badge]
[:span.mr3
[ui-balances/usd-value-label (:value-usd bounty)]]