Skip to content

Commit

Permalink
Remove CSS margin and scale to leave them to the animation
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 17, 2022
1 parent 071e7d9 commit c0aba72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-editor/src/components/block-list/style.scss
Expand Up @@ -410,12 +410,7 @@
}

/** Exploded mode styles **/
.is-root-container.is-exploded-mode {
margin-top: 100px;
}

.is-root-container.is-exploded-mode > .wp-block {
transform: scale(0.8);
transform-origin: center center;
position: relative;
overflow: hidden;
Expand Down

0 comments on commit c0aba72

Please sign in to comment.