Center progress bar vertically within scrubber hit area
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ html,body{width:100%;height:100%;overflow:hidden;background:var(--bg);font-famil
|
||||
|
||||
/* ── PROGRESS BAR ── */
|
||||
/* Progress bar */
|
||||
#pb-wrap{position:absolute;bottom:var(--bot-h);left:0;right:0;height:10px;display:flex;align-items:flex-end;z-index:5;background:rgba(255,255,255,.07);cursor:pointer}
|
||||
#pb-wrap{position:absolute;bottom:var(--bot-h);left:0;right:0;height:10px;display:flex;align-items:center;z-index:5;background:rgba(255,255,255,.07);cursor:pointer}
|
||||
#pb-wrap:hover #pb-thumb{opacity:1}
|
||||
#pb-wrap:hover #pb{height:6px}
|
||||
#pb{height:3px;background:linear-gradient(90deg,var(--accent),var(--accent2));width:0%;transition:height .15s,width .5s linear;pointer-events:none;position:relative}
|
||||
|
||||
Reference in New Issue
Block a user