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

Merge pull request #781 from MrTimscampi/poster-size

Tweak poster size on home screen
This commit is contained in:
Vasily 2020-02-13 13:02:38 +03:00 committed by GitHub
commit 8b1a23a56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 3 deletions

View file

@ -725,7 +725,7 @@ button::-moz-focus-inner {
@media (min-width: 120em) {
.overflowSquareCard,
.overflowPortraitCard {
width: 10.3vw;
width: 10.41vw;
}
}