playback and export video update

This commit is contained in:
Ivan
2023-08-28 14:25:45 +03:00
parent c995b4243e
commit 087e28dbb3
6 changed files with 545 additions and 206 deletions

View File

@ -1462,6 +1462,26 @@ input[type="datetime-local"] {
padding-bottom: 0;
}
.speedometr .speed-bg {
z-index: 10;
position: absolute;
top: 0;
left: -20px;
border-radius: 15px;
background-color: #FFFFFF99;
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.speedometr .speed-bg h1 {
text-align: center;
margin: 0 10px;
}
.report li {
list-style-type: none;
margin-bottom: 12px;