Skip to content

Commit

Permalink
add transform transition to extend match data click
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Apr 28, 2024
1 parent 9360863 commit ed827f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/match.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@
transform: rotate(-90deg);
width: 100%;
margin: calc(75px - 1rem) 0 0;

transition: 0.25s transform;
}

.match.expanded-true .matchdata {
Expand Down

0 comments on commit ed827f9

Please sign in to comment.