playback and export video update
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user