mirror of
https://github.com/iv-org/invidious
synced 2024-11-03 03:40:35 +00:00
Remove padding from time divider
This commit is contained in:
parent
30724b6924
commit
9cd193f108
@ -185,3 +185,9 @@ div {
|
|||||||
.video-js .vjs-duration {
|
.video-js .vjs-duration {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-js .vjs-time-divider {
|
||||||
|
min-width: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user