1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4163 from Vankerkom/reduce-tv-card-scaling

Reduce tv card scaling
This commit is contained in:
Bill Thornton 2023-04-24 11:54:37 -04:00 committed by GitHub
commit c041b0b0e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@ button::-moz-focus-inner {
}
.card.show-animation:focus > .cardBox {
transform: scale(1.18, 1.18);
transform: scale(1.07, 1.07);
}
.cardBox-bottompadded {