Skip to content

Commit

Permalink
fix: transition not working properly on the event bar button
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Aug 5, 2024
1 parent 9d0f41a commit f93b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chat/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -785,10 +785,10 @@ hr {

.event-bar-button {
cursor: pointer;
transition: transform 100ms;
animation: event-bar-appear 500ms linear;

&:hover {
transition: transform 100ms;
transform: scale(1.05);
}

Expand Down

0 comments on commit f93b639

Please sign in to comment.