Skip to content

Commit

Permalink
fix css send button
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibrac committed Oct 22, 2024
1 parent 0fe798a commit 02a2785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nginx/src/css/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}

#chat-send-btn {
padding: 5px 10px;
padding: 5px 5px;
text-align: center;
cursor: pointer;
outline: none;
Expand All @@ -137,7 +137,8 @@
border: none;
border-radius: 15px;
box-shadow: 0 5px var(--dark-hover-clr);
margin-left: 6px;
margin-left: 2px;
/* font-size: small; */
}

#chat-send-btn:hover {
Expand Down

0 comments on commit 02a2785

Please sign in to comment.