mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-18 10:13:43 +08:00
feat: Enhance video playback stability, integrate more menu into control visibility, and improve player UI responsiveness.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user