Skip to content

Commit

Permalink
Update scale ratio to .45 and overlay opacity to .3
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored and youknowriad committed May 27, 2022
1 parent 795f757 commit 0e9d2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -15,7 +15,7 @@
}

&:hover:not(.is-dragging-blocks)::after {
background: rgba(var(--wp-admin-theme-color--rgb), 0.1);
background: rgba(var(--wp-admin-theme-color--rgb), 0.3);
box-shadow: 0 0 0 $border-width var(--wp-admin-theme-color) inset;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/style.scss
Expand Up @@ -406,7 +406,7 @@

.block-editor-iframe__body.is-zoomed-out {
transform-origin: top center;
transform: scale(0.7);
transform: scale(0.45);
margin-bottom: -70%;
}

Expand Down

0 comments on commit 0e9d2ab

Please sign in to comment.