mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #21364 from overleaf/jel-gallery-list-img
[web] Remove image container on gallery items GitOrigin-RevId: 2cd310df1ed99cc559286a5d8d9405eed2c440c3
This commit is contained in:
@@ -129,6 +129,8 @@
|
||||
|
||||
.gallery-container {
|
||||
--bs-gutter-y: var(--spacing-09);
|
||||
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.gallery-thumbnail {
|
||||
@@ -149,9 +151,6 @@
|
||||
.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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user