Implement new auto-size text area.

Add bars + header + sidebar to channels.
This commit is contained in:
Paul
2021-06-21 21:11:53 +01:00
parent d965b20ee2
commit 602cca1047
27 changed files with 1140 additions and 242 deletions

View File

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

View File

@@ -160,7 +160,7 @@ function MessageRenderer({ id, state, queue }: Props) {
);
}
render.push(<div>end</div>);
// render.push(<div>end</div>);
} else {
render.push(
<RequiresOnline>