mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-28 09:00:39 +00:00
avoid overlap of close-sign on salute
This commit is contained in:
parent
2b6ed3595e
commit
d4cf000166
@ -264,7 +264,7 @@
|
||||
(let [msg-info (rf/subscribe [:dashboard/banner-msg])]
|
||||
(fn salute-render [name]
|
||||
(when @msg-info
|
||||
[:div.relative.pa3.bg-sob-blue-o-20.br3
|
||||
[:div.relative.pa3.pr4.bg-sob-blue-o-20.br3
|
||||
[:div.f3.dark-gray.absolute.top-0.right-0.pa3.b.pointer
|
||||
{:role "button"
|
||||
:on-click #(rf/dispatch [:dashboard/mark-banner-as-seen (:banner-id @msg-info)])}
|
||||
|
Loading…
x
Reference in New Issue
Block a user