Skip to content

Commit

Permalink
Adjust top bar margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Sep 6, 2019
1 parent b35fe43 commit cd669c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status_im/ui/screens/intro/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
:justify-content :flex-end
;; We have to align top storage entry
;; with top multiaccount entry on the previous screen
:margin-bottom (+ (- 322 233) (if (< view-height 600)
:margin-bottom (+ (- 322 226) (if (< view-height 600)
-20
(/ view-height 12)))}}
[storage-entry (first storage-types) selected-storage-type]
Expand Down Expand Up @@ -318,7 +318,7 @@
[react/keyboard-avoiding-view {:style {:flex 1}}
[toolbar/toolbar
{:style {:border-bottom-width 0
:margin-top 32}}
:margin-top 16}}
(when-not (#{:enable-fingerprint :enable-notifications} step)
(toolbar/nav-button
(actions/back #(re-frame/dispatch
Expand Down

0 comments on commit cd669c3

Please sign in to comment.