fix: minor issues

This commit is contained in:
Jannat Patel
2022-08-24 18:20:19 +05:30
parent 9c6cc8ecd4
commit 4499b34b51
5 changed files with 24 additions and 7 deletions

View File

@@ -1620,3 +1620,13 @@ li {
display: flex;
align-items: center;
}
.preview-video-header {
position: relative;
}
.preview-info {
position: absolute;
top: 0;
right: -30px;
}