Skip to content

Commit

Permalink
Merge pull request #4 from LightAndy1/hide-label
Browse files Browse the repository at this point in the history
Label hidden
  • Loading branch information
maddox05 authored Dec 7, 2023
2 parents c34f8c9 + 7ca8e05 commit be4904d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ button img {
width: auto;
pointer-events: none;
}

.hidden {
display: none;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div id="login_for_nerd">Sign in to view chats</div>
<div class="username" id="username"></div>
<!-- displays username when logged in -->
<label>
<label class="hidden">
<input type="text" id="message" placeholder="Message" />
</label>
<button id="send">Send</button>
Expand Down

0 comments on commit be4904d

Please sign in to comment.