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

fix image alignment on plugin cards

This commit is contained in:
dkanada 2021-01-25 02:50:15 +09:00
parent d7161f9d65
commit 12c6cf5498
3 changed files with 18 additions and 8 deletions

View file

@ -174,6 +174,7 @@ button::-moz-focus-inner {
.cardScalable .cardImageContainer {
height: 100%;
width: 100%;
contain: strict;
}