fix: align media controls center, add media duration logging
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user