fix: align media controls center, add media duration logging

This commit is contained in:
2026-08-16 21:11:45 +08:00
parent ed8471a9e7
commit 37979119b7
2 changed files with 10 additions and 3 deletions
+3
View File
@@ -316,6 +316,9 @@ body {
display: flex;
gap: 10px;
justify-content: center;
/* 垂直居中:中间播放按钮直径更大,对齐圆心而非顶部 */
/* Center vertically: the play button is larger, align centers not tops */
align-items: center;
}
.media-card .controls button {