feat: allow play/pause with space bar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user