mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-23 22:08:46 +00:00
10 lines
305 B
Clojure
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))
|