[영상 스타일 수정]

- 노출 이상부분 수정과 버튼 위치 및 프로그레스바 위치변경.
This commit is contained in:
junghoon86.park
2025-11-26 17:17:12 +09:00
parent 96cbd1f67e
commit 0a2ef0e68b
4 changed files with 21 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
.container {
position: fixed;
bottom: 40px;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
z-index: 5;
@@ -14,7 +14,7 @@
max-width: 455px;
height: 92px;
padding: 10px 10px 10px 10px;
margin-bottom: 50px;
margin-bottom: 10px;
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(234, 234, 234, 0.3);
border-radius: 100px;