mirror of
https://github.com/stashapp/stash.git
synced 2026-01-26 18:12:32 +01:00
fix: align card images to center (#6481)
This commit is contained in:
parent
95b1bce917
commit
deada580e5
1 changed files with 1 additions and 1 deletions
|
|
@ -86,6 +86,7 @@
|
|||
}
|
||||
|
||||
&-preview {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 5px;
|
||||
|
|
@ -94,7 +95,6 @@
|
|||
&-image {
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
object-position: top;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue