Skip to content

Commit

Permalink
fix(right-sidekick): closed to open transition positioning (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Sep 12, 2024
1 parent 68f8633 commit efb7d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidekick/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
&.close {
transform: translateX(100%);
max-width: 0;
padding: 18px 0;
padding: 24px 0;
}

transition: transform 0.1s ease-out, max-width 0.1s ease-out, padding 0.1s ease-out;
Expand Down

0 comments on commit efb7d37

Please sign in to comment.