Composer-photo selection drawer issues (#19613)

This commit is contained in:
codemaster 2024-04-12 07:44:35 -07:00 committed by GitHub
parent e6b346ca32
commit 658f62e8ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -31,5 +31,5 @@
(def divider
{:padding-horizontal 20
:margin-top 16
:margin-top 12
:margin-bottom 8})

View File

@ -53,7 +53,8 @@
[{:keys [title]}]
(when-not (= title no-title)
[quo/divider-label
{:container-style style/divider}
{:container-style style/divider
:tight? false}
title]))
(defn key-fn

View File

@ -7,7 +7,7 @@
[bottom-inset]
{:left 0
:right 0
:height (+ bottom-inset (if platform/ios? 65 85))
:height (+ bottom-inset (if platform/ios? 51 85))
:position :absolute
:bottom 0})