Skip to content

Commit

Permalink
Update chatList.css
Browse files Browse the repository at this point in the history
Working on trying to get the time on the chat history #4
  • Loading branch information
jared-yu-hcltech committed Sep 13, 2024
1 parent fd5001a commit 3047dfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/chatList/chatList.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
display: flex;
flex-direction: column;
overflow-y: scroll;
font-size: 14px;
}

a {
padding: 10px;
padding: 6px;
border-radius: 10px;

&:hover {
Expand Down

0 comments on commit 3047dfb

Please sign in to comment.