feat: Enhance video playback stability, integrate more menu into control visibility, and improve player UI responsiveness.

This commit is contained in:
kuekhaoyang
2025-12-26 21:12:09 +08:00
parent cb04d276bb
commit ff18e10af5
8 changed files with 70 additions and 27 deletions
+2 -2
View File
@@ -165,8 +165,8 @@
/* Spinner with Glass Background */
.spinner-glass {
width: 56px;
height: 56px;
width: clamp(40px, 8vw, 56px);
height: clamp(40px, 8vw, 56px);
border: 4px solid rgba(255, 255, 255, 0.15);
border-top-color: var(--accent-color);
border-radius: var(--radius-full);