mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 03:54:32 +00:00
Composer-photo selection drawer issues (#19613)
This commit is contained in:
parent
e6b346ca32
commit
658f62e8ce
@ -31,5 +31,5 @@
|
|||||||
|
|
||||||
(def divider
|
(def divider
|
||||||
{:padding-horizontal 20
|
{:padding-horizontal 20
|
||||||
:margin-top 16
|
:margin-top 12
|
||||||
:margin-bottom 8})
|
:margin-bottom 8})
|
||||||
|
@ -53,7 +53,8 @@
|
|||||||
[{:keys [title]}]
|
[{:keys [title]}]
|
||||||
(when-not (= title no-title)
|
(when-not (= title no-title)
|
||||||
[quo/divider-label
|
[quo/divider-label
|
||||||
{:container-style style/divider}
|
{:container-style style/divider
|
||||||
|
:tight? false}
|
||||||
title]))
|
title]))
|
||||||
|
|
||||||
(defn key-fn
|
(defn key-fn
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
[bottom-inset]
|
[bottom-inset]
|
||||||
{:left 0
|
{:left 0
|
||||||
:right 0
|
:right 0
|
||||||
:height (+ bottom-inset (if platform/ios? 65 85))
|
:height (+ bottom-inset (if platform/ios? 51 85))
|
||||||
:position :absolute
|
:position :absolute
|
||||||
:bottom 0})
|
:bottom 0})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user