Make icons centered (#88)

This commit is contained in:
Maria Rushkova 2021-10-20 15:33:48 +02:00 committed by GitHub
parent 863a89586e
commit 255d1d30f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ export function ChatInput({ theme, addMessage }: ChatInputProps) {
const View = styled.div` const View = styled.div`
display: flex; display: flex;
align-items: flex-end; align-items: center;
padding: 6px 8px 6px 10px; padding: 6px 8px 6px 10px;
position: relative; position: relative;
`; `;
@ -144,7 +144,7 @@ const View = styled.div`
const Row = styled.div` const Row = styled.div`
position: relative; position: relative;
display: flex; display: flex;
align-items: flex-end; align-items: center;
width: 100%; width: 100%;
max-height: 438px; max-height: 438px;
padding-right: 6px; padding-right: 6px;