LibWeb: Left-align the video progress bar

Prevents ancestors of the `<video>` element from moving the bar around.
For example, `<center><video></center>` would cause the progress bar to
start in the center and expand outwards.
This commit is contained in:
Sam Atkins
2026-04-10 12:26:43 +01:00
committed by Gregory Bertilson
parent 0f4575e7d0
commit e1e73d485a
Notes: github-actions[bot] 2026-04-11 14:39:30 +00:00

View File

@@ -55,6 +55,7 @@
background-clip: content-box;
cursor: pointer;
flex-shrink: 0;
text-align: left;
}
.timeline-fill {