add some more whitespace in bounties and acitivity views
This commit is contained in:
parent
11d088c63f
commit
a1eb1e4198
|
@ -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)]]]])
|
||||
|
|
|
@ -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)]]
|
||||
|
|
Loading…
Reference in New Issue