sdy

update MainScreen.js width

......@@ -7,6 +7,7 @@ import ChatFooter from "./ChatFooter";
const MainScreen = styled.div`
display: flex;
flex-direction: column;
width: 55%;
`;
export default () => {
......