Skip to content

Commit

Permalink
fixed end of msg going behind send button
Browse files Browse the repository at this point in the history
  • Loading branch information
minchanhan committed May 1, 2024
1 parent 27c428a commit 9feceee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified public/gameplay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/startscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,8 @@ body {
background-color: white;
}
.chatInput > input {
width: 100%;
width: 95%;
height: 90%;
margin-left: 1rem;
border: none;
outline: none;
resize: none;
Expand Down

0 comments on commit 9feceee

Please sign in to comment.