Fix round video time z-index

This commit is contained in:
Eduard Kuzmenko 2021-02-27 17:13:27 +04:00
parent 608aa04e05
commit 93086843ea
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ export function wrapVideo({doc, container, message, boxWidth, boxHeight, withTai
canvas.width = canvas.height = doc.w/* * window.devicePixelRatio */; canvas.width = canvas.height = doc.w/* * window.devicePixelRatio */;
divRound.prepend(canvas, spanTime); divRound.prepend(canvas, spanTime);
divRound.append(video);
container.append(divRound); container.append(divRound);
const ctx = canvas.getContext('2d'); const ctx = canvas.getContext('2d');

View File

@ -1200,7 +1200,7 @@ middle-ellipsis-element {
} }
.video-time { .video-time {
padding: 1px 6px 2px 7px; padding: 1px 6px 2px;
background-color: rgba(0, 0, 0, .23) !important; background-color: rgba(0, 0, 0, .23) !important;
} }