Load sound file on startup (#444)

This commit is contained in:
Ajay Bura 2022-05-03 13:18:27 +05:30
parent 43762df998
commit 5cdad44abf
3 changed files with 12 additions and 5 deletions

View file

@ -475,6 +475,10 @@ textarea {
supported by Chrome, Edge, Opera and Firefox */
}
audio:not([controls]) {
display: none !important;
}
.flex--center {
display: flex;
justify-content: center;