mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
add basic video recording on F10 in web runtime
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user