Skip to content

Commit

Permalink
fix: embed hover offset
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 28, 2021
1 parent 8d709c4 commit 49cc573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

:is(.embed, .embed-page, .embed-block):is(:hover, :focus-within) {
box-shadow: 8px 8px rgba(0, 0, 0);
transform: translate(-4px, -4px);
transform: translate(-7px, -6px);
}

/* page embed */
Expand Down

0 comments on commit 49cc573

Please sign in to comment.