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:
parent
6336c50d3a
commit
3f7a84512e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue