Don't render controller icon in game card

This commit is contained in:
redphx
2025-01-04 10:30:21 +07:00
parent e4dbdea9a5
commit 328fdf46ea
3 changed files with 9 additions and 9 deletions

View File

@@ -194,14 +194,6 @@ div[class*=NotFocusedDialog] {
visibility: hidden;
}
/* Hide Controller icon in Game tiles */
div[class*=SupportedInputsBadge] {
&:not(:has(:nth-child(2))), svg:first-of-type {
display: none;
}
}
.bx-game-tile-wait-time {
position: absolute;
top: 0;