Skip to content

Commit

Permalink
Your commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshith Vaddiparthy authored and Harshith Vaddiparthy committed Jun 15, 2024
1 parent d102432 commit 9907e39
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Public/.DS_Store
Binary file not shown.
Binary file added Public/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 6 additions & 10 deletions Public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
outline: none;
}
.chat-send, .chat-delete {
width: 80px;
width: 70px; /* Reduced width to fit within the container */
background-color: #4caf50;
color: #fff;
border: none;
cursor: pointer;
font-family: 'Press Start 2P', cursive;
text-transform: uppercase;
font-size: 0.8em; /* Smaller font size */
font-size: 0.7em; /* Smaller font size */
}
.chat-send.sending {
background-color: #aaa;
}
.chat-delete {
background-color: #e74c3c;
margin-left: 5px;
font-size: 0.8em; /* Smaller font size */
font-size: 0.7em; /* Smaller font size */
}
.chat-send:disabled,
.chat-delete:disabled {
Expand Down Expand Up @@ -153,15 +153,11 @@
position: absolute;
bottom: 15px;
left: 15px;
display: flex;
align-items: center;
text-decoration: none;
color: #ffffff;
font-family: 'Press Start 2P', cursive;
z-index: 3; /* Bring link to the front */
}
.repository-link img {
width: 40px;
height: 40px;
width: 50px; /* Adjust size as needed */
height: 50px; /* Adjust size as needed */
}
</style>
</head>
Expand Down

0 comments on commit 9907e39

Please sign in to comment.