Add ability to adjust sound effect volume.

This commit is contained in:
Half-Shot
2024-11-07 16:35:37 +00:00
committed by Robin
parent 1df2e0c48f
commit 7b57fc2942
5 changed files with 48 additions and 2 deletions

View File

@@ -16,3 +16,20 @@ Please see LICENSE in the repository root for full details.
.fieldRowText {
margin-bottom: 0;
}
.volumeSlider {
margin-top: var(--cpd-space-2x);
}
.volumeSlider > label {
margin-bottom: var(--cpd-space-1x);
display: block;
}
.volumeSlider > span {
max-width: 20em;
}
.volumeSlider > p {
color: var(--cpd-color-text-secondary);
}