fix last element scroll
This commit is contained in:
parent
547ececac3
commit
ff0307d4ce
|
@ -134,7 +134,8 @@
|
||||||
:backgroundColor :white})
|
:backgroundColor :white})
|
||||||
|
|
||||||
(def list-container
|
(def list-container
|
||||||
{:backgroundColor :white})
|
{:backgroundColor :white
|
||||||
|
:marginBottom 56})
|
||||||
|
|
||||||
(def create-icon
|
(def create-icon
|
||||||
{:fontSize 20
|
{:fontSize 20
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
:backgroundColor :white})
|
:backgroundColor :white})
|
||||||
|
|
||||||
(def contacts-list
|
(def contacts-list
|
||||||
{:backgroundColor :white})
|
{:backgroundColor :white
|
||||||
|
:marginBottom 56})
|
||||||
|
|
||||||
(def contact-photo-container
|
(def contact-photo-container
|
||||||
{:borderRadius 50})
|
{:borderRadius 50})
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
:action {:image {:source {:uri :icon_search}
|
:action {:image {:source {:uri :icon_search}
|
||||||
:style st/search-icon}
|
:style st/search-icon}
|
||||||
:handler #(toogle-search show-search)}}]
|
:handler #(toogle-search show-search)}}]
|
||||||
[scroll-view {:style {}}
|
[scroll-view st/scroll-view-container
|
||||||
[view st/section-spacing
|
[view st/section-spacing
|
||||||
[text {:style st/discovery-subtitle} "Popular tags"]]
|
[text {:style st/discovery-subtitle} "Popular tags"]]
|
||||||
[popular]
|
[popular]
|
||||||
|
|
|
@ -58,6 +58,9 @@
|
||||||
:paddingTop 15
|
:paddingTop 15
|
||||||
:paddingBottom 15})
|
:paddingBottom 15})
|
||||||
|
|
||||||
|
(def scroll-view-container
|
||||||
|
{:marginBottom 56})
|
||||||
|
|
||||||
;; discovery_popular.cljs
|
;; discovery_popular.cljs
|
||||||
|
|
||||||
(def carousel-page-style
|
(def carousel-page-style
|
||||||
|
|
Loading…
Reference in New Issue