fix margin between the plus button and bottom tab bar #8166
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
This commit is contained in:
parent
adb90e35de
commit
b9d4e61fdf
|
@ -188,7 +188,10 @@
|
||||||
(def action-button-container
|
(def action-button-container
|
||||||
{:position :absolute
|
{:position :absolute
|
||||||
:align-items :center
|
:align-items :center
|
||||||
:bottom (+ tabs.styles/tabs-diff 6)
|
:bottom (+ tabs.styles/tabs-diff (cond
|
||||||
|
platform/ios? 16
|
||||||
|
platform/android? 0
|
||||||
|
platform/desktop? 6))
|
||||||
:width 40
|
:width 40
|
||||||
:height 40})
|
:height 40})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue