mirror of
https://github.com/stashapp/stash.git
synced 2025-12-20 07:16:27 +01:00
fix card clipping on recomendation row (#3205)
This commit is contained in:
parent
a8f4c2c29c
commit
02ec98b302
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@
|
|||
}
|
||||
|
||||
.slick-slide .card {
|
||||
height: 100%;
|
||||
height: 98%;
|
||||
}
|
||||
|
||||
.slick-slide .studio-card-image {
|
||||
|
|
|
|||
Loading…
Reference in a new issue