add basic video recording on F10 in web runtime

This commit is contained in:
2022-01-24 09:05:10 +01:00
parent 33e08e9b73
commit 9632adb57f
3 changed files with 69 additions and 2 deletions

View File

@@ -48,6 +48,16 @@ a:hover {
cursor: none;
}
#timer::before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
border-radius: 6px;
background-color: red;
margin-right: 3px;
}
#message {
margin-bottom: 8px;
}