feat: allow play/pause with space bar

This commit is contained in:
2024-07-23 16:45:37 +01:00
parent f3ea09bb6e
commit 4a4c282101
2 changed files with 27 additions and 0 deletions

View File

@@ -243,12 +243,14 @@ input[type="range"]::-ms-fill-upper {
}
}
.button.button-active,
.button:active {
background: var(--text) !important;
color: var(--base);
transform: translate(4px, 4px);
}
.button.button-active::after,
.button:active::after {
content: none;
}