mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Set textarea size to 100 % - button
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user