mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user