Added a warning that the sound recording only works in Firefox.

This commit is contained in:
Simon Brooke 2022-10-26 13:39:06 +01:00
parent 1800530774
commit 9379ffec30
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
4 changed files with 1932 additions and 2824 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

File diff suppressed because it is too large Load diff

View file

@ -22,13 +22,37 @@ th {
}
.character-table {
position: relative
position: relative;
margin: 1em 0;
width: 100%;
}
.entry {
font-size: 3em;
}
.entry button {
display: block;
width: 100%;
}
.firefox {
font-style: italic;
border: thin solid orangered;
padding: 0 1em;
margin: 1em 0;
}
.firefox img {
float: left;
height: 2em;
width: 2em;
}
.firefox p {
padding: 0 4em;
}
.progressbar {
width: 80%;
margin: 25px auto;