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

Fix layout of plugin cards

This commit is contained in:
Bill Thornton 2020-12-16 01:43:38 -05:00
parent ebb4b05081
commit ae9f1a0f77

View file

@ -160,7 +160,6 @@ button::-moz-focus-inner {
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
display: -webkit-flex;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -169,6 +168,10 @@ button::-moz-focus-inner {
color: inherit; color: inherit;
} }
.cardContent.cardImageContainer {
display: flex;
}
.cardScalable .cardImageContainer { .cardScalable .cardImageContainer {
height: 100%; height: 100%;
contain: strict; contain: strict;