sdy

update css in SubMenuBar.js

......@@ -6,6 +6,7 @@ import SearchBox from "./SearchBox";
import ChatListBox from "./ChatListBox";
const SubMenuBar = Styled.div`
width: 30%;
height: 100%;
display:flex;
flex-direction: column;
......