Set textarea size to 100 % - button
This commit is contained in:
parent
97d8d11ae0
commit
4e416c6cbf
2 changed files with 2 additions and 2 deletions
|
@ -533,7 +533,7 @@
|
||||||
|
|
||||||
.send-message {
|
.send-message {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% - 2 * #{$button-width} - 20px);
|
width: calc(100% - #{$button-width});
|
||||||
min-height: $header-height - 1px;
|
min-height: $header-height - 1px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
|
@ -972,7 +972,7 @@ input.search {
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
.bottom-bar .send-message {
|
.bottom-bar .send-message {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% - 2 * 36px - 20px);
|
width: calc(100% - 36px);
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in a new issue