mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
0e607a95ee
commit
fd778822f9
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue