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;
}
.defaultCardBackground {
display: flex;
}
.cardContent:not(.defaultCardBackground) {
background-color: transparent;
}