Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -6,6 +6,7 @@ import SearchBox from "./SearchBox"; | ... | @@ -6,6 +6,7 @@ import SearchBox from "./SearchBox"; |
6 | import ChatListBox from "./ChatListBox"; | 6 | import ChatListBox from "./ChatListBox"; |
7 | 7 | ||
8 | const SubMenuBar = Styled.div` | 8 | const SubMenuBar = Styled.div` |
9 | + width: 30%; | ||
9 | height: 100%; | 10 | height: 100%; |
10 | display:flex; | 11 | display:flex; |
11 | flex-direction: column; | 12 | flex-direction: column; | ... | ... |
-
Please register or login to post a comment