display text if camera is in sleep mode

This commit is contained in:
2023-07-18 19:48:13 +02:00
parent 8c04451cf2
commit f782c28661
5 changed files with 33 additions and 6 deletions

View File

@ -24,4 +24,10 @@
display: inline-block;
font-size: calc(10px + 0.9vw);
font-weight: bold;
}
.camera_sleep_text {
display: inline-block;
font-size: calc(10px + 0.9vw);
font-weight: bold;
}