Skip to content

Commit 39d340f

Browse files
chore(deps): bump @lizardbyte/gamepad-helper to 2026.816.4539 (#425)
1 parent 57c5c1e commit 39d340f

4 files changed

Lines changed: 33 additions & 304 deletions

File tree

_data/licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ beautiful-jekyll:
66
gamepad-helper:
77
name: LizardByte/gamepad-helper
88
# renovate: datasource=npm depName=@lizardbyte/gamepad-helper
9-
version: '2026.815.220641'
9+
version: '2026.816.4539'
1010
url: https://github.com/LizardByte/gamepad-helper/
1111
license: MIT
1212
shared-web:

_sass/styles.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,15 @@ table tr:nth-child(2n) {
449449
position: relative;
450450
}
451451

452-
.gamepad-visual > .text-muted {
452+
.gamepad-visual > .text-muted,
453+
.gamepad-visual > .gamepad-visual-unavailable {
453454
grid-column: 1 / -1;
454455
}
455456

457+
.gamepad-visual-unavailable {
458+
color: var(--bs-secondary-color);
459+
}
460+
456461
.gamepad-visual-svg {
457462
display: block;
458463
height: auto;
@@ -524,6 +529,10 @@ table tr:nth-child(2n) {
524529
width: 4rem;
525530
}
526531

532+
.gamepad-trigger-image-unavailable {
533+
display: none;
534+
}
535+
527536
.gamepad-trigger-name {
528537
display: none;
529538
font-weight: 700;

0 commit comments

Comments
 (0)