chore: do not layer box shadows on top of one another in image diff (#22604)
This commit is contained in:
parent
5120e7d541
commit
78acb5ef58
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
.image-diff-view .image-wrapper img {
|
.image-diff-view .image-wrapper img {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
box-shadow: var(--box-shadow-thick);
|
box-shadow: none;
|
||||||
margin: 24px auto;
|
margin: 24px auto;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue