Skip to content

Commit

Permalink
Update transition durations in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kratospidey committed Mar 2, 2024
1 parent 54dd377 commit ce367ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ a {
box-shadow: inset 0 10px 10px rgba(255, 255, 255, 0.3),
inset 0 -10px 10px rgba(0, 0, 0, 0.3), 0 10px 25px rgba(0, 0, 0, 0.7);
width: 500px; /* Expanded width to accommodate username visibility */
transition: width 0.3s ease, box-shadow 0.3s ease; /* Add width to the transition properties */
transition: width 0.2s ease, box-shadow 0.2s ease; /* Add width to the transition properties */
}

pre {
Expand Down Expand Up @@ -609,7 +609,7 @@ pre {
);

overflow: auto; /* Makes sure the content respects border radius */
transition: box-shadow 0.3s ease; /* Smooth transition for interactions */
transition: box-shadow 0.2s ease; /* Smooth transition for interactions */
}

.chat:hover {
Expand Down

0 comments on commit ce367ed

Please sign in to comment.