Merge pull request #808 from zanllp/feat/improve-styles

style(tiktok): adjust visual elements for better consistency
pull/812/head
zanllp 2025-05-25 23:52:29 +08:00 committed by GitHub
commit 335215f81c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -777,7 +777,7 @@ watch(() => isMuted.value, (muted) => {
.media-content {
width: 100%;
height: 100%;
height: calc(100% - 32px);
display: flex;
align-items: center;
justify-content: center;
@ -882,13 +882,14 @@ watch(() => isMuted.value, (muted) => {
.tiktok-progress {
position: absolute;
bottom: 20px;
bottom: 5px;
left: 20px;
right: 20px;
display: flex;
align-items: center;
gap: 12px;
z-index: 10;
pointer-events: none;
}
.progress-bar {