Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -7,6 +7,7 @@ import ChatFooter from "./ChatFooter"; | ... | @@ -7,6 +7,7 @@ import ChatFooter from "./ChatFooter"; |
7 | const MainScreen = styled.div` | 7 | const MainScreen = styled.div` |
8 | display: flex; | 8 | display: flex; |
9 | flex-direction: column; | 9 | flex-direction: column; |
10 | + width: 55%; | ||
10 | `; | 11 | `; |
11 | 12 | ||
12 | export default () => { | 13 | export default () => { | ... | ... |
-
Please register or login to post a comment