Skip to content

Commit

Permalink
rest of menus
Browse files Browse the repository at this point in the history
  • Loading branch information
1kuceraj committed Sep 24, 2024
1 parent 558ca78 commit 7ca640e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body, html {
background-position: center;
background-attachment: fixed;
color: #e0e0e0;
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
Expand All @@ -17,10 +16,11 @@ body, html {
.chat-container {
display: flex;
flex-direction: column;
height: 100vh;
height: 95vh;
padding: 20px;
background-color: rgba(20, 20, 20, 0.8);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin: 10px;
}

h1 {
Expand Down
4 changes: 2 additions & 2 deletions templates/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</div>
</nav>

<div class="chat-container">
<h1>Chat</h1>

<div id="messages">
Expand All @@ -54,7 +54,7 @@ <h1>Chat</h1>
<input type="text" id="message-input" placeholder="Type your message...">
<button id="send-button">Send</button>
</div>

</div>

<script src="chat.js"></script>
</body>
Expand Down

0 comments on commit 7ca640e

Please sign in to comment.