fix key events and add time to fullscreen

This commit is contained in:
2025-02-16 12:40:08 +01:00
parent 83573fde31
commit f49404f8be
3 changed files with 21 additions and 6 deletions

View File

@@ -60,3 +60,10 @@
padding: 6px;
}
}
.time {
color: #0008;
position: fixed;
bottom: 0;
left: 10px;
}