chore: continue new layout

This commit is contained in:
zerosoul
2022-04-15 22:12:52 +08:00
parent 45e2593956
commit b743765362
8 changed files with 204 additions and 12 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import { AiOutlineCaretDown } from "react-icons/ai";
import StyledWrapper from "./styled";
import AddIcon from "../../assets/icons/add.svg";
import Search from "../../common/component/Search";
import Server from "../../common/component/Server";
import Tooltip from "../../common/component/Tooltip";
// import Contact from "../../common/component/Contact";
import CurrentUser from "../../common/component/CurrentUser";
@@ -53,7 +53,7 @@ export default function ChatPage() {
)}
<StyledWrapper>
<div className="left">
<Search />
<Server />
<div className="list channels">
<h3 className="title">
<span className="txt" onClick={handleToggleExpand}>
+1 -1
View File
@@ -2,7 +2,7 @@ import styled from "styled-components";
const StyledWrapper = styled.div`
display: flex;
height: 100%;
padding: 12px 48px 10px 0;
padding: 8px 48px 10px 0;
> .left {
background-color: #fff;
position: relative;