mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
[fix] align min input container height with tab menu
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
360ee565f2
commit
2ccc8fef0d
@ -1,7 +1,10 @@
|
|||||||
(ns status-im.ui.screens.desktop.main.chat.styles
|
(ns status-im.ui.screens.desktop.main.chat.styles
|
||||||
(:require [status-im.ui.components.colors :as colors]))
|
(:require [status-im.ui.components.colors :as colors]))
|
||||||
|
|
||||||
(def min-input-container-height 68)
|
;; TODO: see how this could be refactored to be
|
||||||
|
;; automatically alignde with tabs-height in
|
||||||
|
;; status-im.ui.screens.main-tabs.styles
|
||||||
|
(def min-input-container-height 67)
|
||||||
(def max-input-container-height 180)
|
(def max-input-container-height 180)
|
||||||
(def chat-vertical-padding 16)
|
(def chat-vertical-padding 16)
|
||||||
(def min-input-area-height 20)
|
(def min-input-area-height 20)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user