feat: release v0.0.1

This commit is contained in:
2026-02-27 09:50:13 +03:00
parent ed30903f96
commit 8f2c799235
321 changed files with 23986 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
.videoMain {
width: 100%;
height: 100%;
position: relative;
}
.videoDurationOverlay {
position: absolute;
bottom: 12px;
right: 12px;
background: var(--Opacity-BlackOpacity45, rgba(0, 0, 0, 0.45));
color: var(--Default-White, #fff);
padding: 6px var(--corner-S, 8px);
border-radius: var(--Corner-XL, 32px);
font-size: 10px;
font-weight: 600;
line-height: 12px; /* 120% */
pointer-events: none;
transition: opacity 0.7s ease;
opacity: 0;
z-index: 3;
}