Set textarea size to 100 % - button

This commit is contained in:
mad-de 2015-12-07 23:28:57 +01:00 committed by lilia
parent 97d8d11ae0
commit 4e416c6cbf
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;