mirror of
https://github.com/stashapp/stash.git
synced 2026-04-21 14:34:16 +02:00
Make performer image position top #358
This commit is contained in:
parent
5b6a3a7732
commit
93c7ad7559
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ code {
|
|||
height: 100px;
|
||||
min-width: 50px;
|
||||
object-fit: cover;
|
||||
object-position: center 20%;
|
||||
object-position: top;
|
||||
}
|
||||
|
||||
.card-image {
|
||||
|
|
|
|||
Loading…
Reference in a new issue