mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
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:
committed by
Gregory Bertilson
parent
0f4575e7d0
commit
e1e73d485a
Notes:
github-actions[bot]
2026-04-11 14:39:30 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/e1e73d485a4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8858 Reviewed-by: https://github.com/Zaggy1024 ✅
@@ -55,6 +55,7 @@
|
||||
background-clip: content-box;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.timeline-fill {
|
||||
|
||||
Reference in New Issue
Block a user