status-mobile/src/status_im/chat/constants.cljs
Roman Volosovskyi f382e543c4 cleanup debug & simplify messages-offset
Former-commit-id: de5eb9bee0ea89eca46a5b55e593c94a56b7029f
2016-06-27 14:35:33 +03:00

10 lines
305 B
Clojure

(ns status-im.chat.constants)
(def input-height 56)
(def request-info-height 61)
(def response-height-normal 211)
(def minimum-suggestion-height (+ input-height request-info-height))
(def suggestions-header-height 22)
(def minimum-command-suggestions-height
(+ input-height suggestions-header-height))