mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 12:23:35 -05:00
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:
parent
8293771f58
commit
0e607a95ee
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue