- 프로그레스바 크기변경
 - 타임 노출부분 변경
 - cc 버튼 위치변경
This commit is contained in:
junghoon86.park
2025-12-17 10:38:36 +09:00
parent 4dfa15b4c0
commit d93960f40a
5 changed files with 17 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
position: absolute;
font-family: @baseFont;
width: 100%;
right: 90px;
right: 20px;
bottom: -5px;
font-size: 24px;
font-weight: bold;
@@ -16,12 +16,12 @@
letter-spacing: -1px;
.separator {
position: absolute;
right: 105px;
right: 95px;
bottom: -5px;
}
.currentTime {
position: absolute;
right: 130px;
right: 120px;
bottom: -5px;
}
.totalTime {