Merge pull request #21338 from overleaf/jel-image-drop-shadow-gallery

[web] Use larger drop shadow on gallery images

GitOrigin-RevId: 3a8a94def86cd1f77785326becb32d21a0804c0c
This commit is contained in:
Jessica Lawshe 2024-10-24 09:24:38 -05:00 committed by Copybot
parent 8293771f58
commit 0e607a95ee

View file

@ -147,11 +147,12 @@
}
.thumbnail {
@include shadow-lg;
background-color: var(--bg-light-secondary);
aspect-ratio: 1 / 1.414; // A4 Paper
object-fit: contain;
border-radius: var(--border-radius-base);
box-shadow: 0 var(--spacing-01) var(--spacing-02) rgb(0 0 0 / 10%);
}
.caption {