fix initial appearance of modal and include instructions about dashbaord banner
This commit is contained in:
parent
1c84bbc961
commit
d0a4ff7179
|
@ -271,12 +271,13 @@
|
|||
(when bounty
|
||||
(let [owner-address (:owner_address bounty)]
|
||||
;; width requires a deliberate override of semantic.min.css
|
||||
[:div.ui.active.modal.br3 {:style {:width 650}}
|
||||
[:div.ui.active.modal.br3 {:style {:top 100
|
||||
:width 650}}
|
||||
[:div.pa4
|
||||
[:h3.dark-gray "Are you sure you want to request a refund?"]
|
||||
[:p.silver "This will set your bounty"
|
||||
[:span.pg-med " value to $0."]
|
||||
" Don't worry, your issue will still be accessible to the community. Remember that the higher the funds, the higher the chance to get the issue solved."]
|
||||
" Don't worry, your issue will still be accessible to the community. You can check the status of your refund at the top of the dashboard."]
|
||||
[:div.bg-sob-tint.br3.pa3
|
||||
[:p.fw4 (:issue-title bounty)]
|
||||
[ui-balances/token-balances (bnt/crypto-balances bounty) :label]
|
||||
|
|
Loading…
Reference in New Issue