From 4e416c6cbf458a9aa01d493e3c974b9131d2fc87 Mon Sep 17 00:00:00 2001 From: mad-de Date: Mon, 7 Dec 2015 23:28:57 +0100 Subject: [PATCH] Set textarea size to 100 % - button --- stylesheets/_conversation.scss | 2 +- stylesheets/manifest.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index b539e11a..f1fef07f 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -533,7 +533,7 @@ .send-message { display: block; - width: calc(100% - 2 * #{$button-width} - 20px); + width: calc(100% - #{$button-width}); min-height: $header-height - 1px; max-height: 100px; padding: 10px; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 5adb8dfc..8bdf772f 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -972,7 +972,7 @@ input.search { height: 100%; } .bottom-bar .send-message { display: block; - width: calc(100% - 2 * 36px - 20px); + width: calc(100% - 36px); min-height: 35px; max-height: 100px; padding: 10px;