Fix: Increase margin on message area.

experiment/plugins
Paul 2021-07-05 19:53:59 +01:00
parent ed12d5f4f9
commit 52c81fc70b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const Area = styled.div`
> div {
display: flex;
min-height: 100%;
padding-bottom: 20px;
padding-bottom: 24px;
flex-direction: column;
justify-content: flex-end;
}