Skip to content

Commit

Permalink
Editor: Fix Post Publish Panel animation sliding in reduced motion mode
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Jan 23, 2025
1 parent 4b5ca8a commit 7e38584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@
left: auto;
width: $sidebar-width + $border-width;
border-left: $border-width solid $gray-300;
transform: translateX(+100%);

@media not (prefers-reduced-motion) {
transform: translateX(+100%);
animation: editor-post-publish-panel__slide-in-animation 0.1s forwards;
}

Expand Down

0 comments on commit 7e38584

Please sign in to comment.