Skip to content

Commit

Permalink
Merge pull request #342 from TheSecretOrganization/fix-send-button
Browse files Browse the repository at this point in the history
fix css send button
  • Loading branch information
Neffi42 authored Oct 22, 2024
2 parents 0fe798a + 6344a41 commit 7b9d9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@
border: none;
border-radius: 15px;
box-shadow: 0 5px var(--dark-hover-clr);
margin-left: 6px;
margin-left: 2px;
}

#chat-send-btn:hover {
Expand Down

0 comments on commit 7b9d9f8

Please sign in to comment.