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:
parent
ebb4b05081
commit
ae9f1a0f77
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue