ChatApp / client /src /components /SideBar /SideBar.css
Anuj-Panthri's picture
added SocketProvider
d1f9048
Raw
History Blame Contribute Delete
236 Bytes
.side_bar {
background-color: var(--PRIMARY-COLOR);
color: white;
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
flex-shrink: 0;
/* overflow-y: scroll; */
height: 100vh;
}