Skip to content

Commit

Permalink
Remove redundant transition in css
Browse files Browse the repository at this point in the history
  • Loading branch information
rexy712 committed Dec 27, 2024
1 parent aa7e842 commit c4d64de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/game/ui/tools/DiceTool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ async function roll(): Promise<void> {
transition: all 0.3s ease;
position: absolute;
top: 0;
transition: all 0.3s ease;
}
.slide-left-enter-active {
width: calc(100% + 2rem);
Expand Down

0 comments on commit c4d64de

Please sign in to comment.