chore: do not layer box shadows on top of one another in image diff (#22604)

This commit is contained in:
Pavel Feldman 2023-04-24 15:23:01 -07:00 committed by GitHub
parent 5120e7d541
commit 78acb5ef58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
.image-diff-view .image-wrapper img {
flex: auto;
box-shadow: var(--box-shadow-thick);
box-shadow: none;
margin: 24px auto;
min-width: 200px;
max-width: 80%;