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

Fix icon posiition on cards in TV layout

This commit is contained in:
MrTimscampi 2020-08-26 19:30:46 +02:00
parent 6336c50d3a
commit 3f7a84512e

View file

@ -209,6 +209,10 @@ button::-moz-focus-inner {
contain: strict; contain: strict;
} }
.defaultCardBackground {
display: flex;
}
.cardContent:not(.defaultCardBackground) { .cardContent:not(.defaultCardBackground) {
background-color: transparent; background-color: transparent;
} }