mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
SendMessageForm: mobile paddings need to work with autosize's content-box
This commit is contained in:
parent
00ffe8278c
commit
f2630f0123
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
|||
margin: 0;
|
||||
max-height: 183px;
|
||||
|
||||
/* We need to remove horizontal paddings,
|
||||
since textarea uses content-box (autosize library fix). */
|
||||
width: calc(100vw - 100px);
|
||||
|
||||
background-color: var(--matterColorLight);
|
||||
|
||||
@media (--viewportMedium) {
|
||||
|
|
@ -32,6 +36,7 @@
|
|||
padding: 0 0 5px 0;
|
||||
margin: 0;
|
||||
max-height: initial;
|
||||
width: 100%;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: var(--attentionColor);
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue