Skip to content

Commit

Permalink
chat list looks nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
SoberingRealityCheck committed Sep 22, 2024
1 parent 6d8cd05 commit 2c5f0c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/ChatSelect/ChatSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function ListChats()
return <div>

<ListGroup>
<ListGroup.Item>{<Username></Username>}</ListGroup.Item>
<ListGroup.Item><a href="/">{<Username></Username>}</a></ListGroup.Item>
</ListGroup>

</div>
Expand All @@ -24,7 +24,7 @@ function ChatSelect()
return <div>
<h1>Active Chats:</h1>
<p>
{<ListChats></ListChats>}
{<ListChats></ListChats>}
</p>
</div>
}
Expand Down
6 changes: 6 additions & 0 deletions client/src/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ body {
background-color: rgb(17, 17, 17);
color:rgb(206, 250, 209)
}

.list-group {
width: 10%;
margin: auto;
}

.cool-title{
background-image: linear-gradient(rgb(0, 255, 191), blue);
color: transparent;
Expand Down

0 comments on commit 2c5f0c0

Please sign in to comment.