Skip to content

Commit

Permalink
[mirotalkc2c] - chat UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 9, 2024
1 parent abe2be6 commit af33b3d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions frontend/css/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,20 @@
}

.chat .footer .buttons button {
background: #439fff;
width: 2rem;
height: 2rem;
padding: 5px;
border: none;
border-radius: 50px;
background: #439fff;
color: white;
font-size: 1.4rem;
cursor: pointer;
border-radius: 50%;
padding: 6px;
transition: background-color 0.2s ease;
text-align: center;
font-size: 1.1rem;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.chat .footer .buttons button:hover {
Expand Down Expand Up @@ -192,6 +198,9 @@
}

.chat .footer .buttons button {
padding: 10px;
width: 2.5rem;
height: 2.5rem;
font-size: 1.3rem;
}
}

0 comments on commit af33b3d

Please sign in to comment.