Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-11-05 17:46:50 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2019-11-05 18:22:31 +0300
commitf094291bd09a27f111e5809b2c70bbb5407b84f2 (patch)
tree7ce5db64455cb5b2ffe343dc53c94dbe9b365db0 /src/assets
parent6f4ddacc9617a55b16f867bf9ec175ece16dddba (diff)
Limit input height
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assets/variables.scss b/src/assets/variables.scss
index 164fb5e1a..3e49ec9a2 100644
--- a/src/assets/variables.scss
+++ b/src/assets/variables.scss
@@ -61,3 +61,6 @@ $message-width: 800px;
//message utils width
$message-utils-width: 120px;
+
+//message form max height
+$message-form-max-height: 150px;