mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix: Increase margin on message area.
This commit is contained in:
parent
ed12d5f4f9
commit
52c81fc70b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const Area = styled.div`
|
||||||
> div {
|
> div {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 24px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue