mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Remove padding from time divider
This commit is contained in:
parent
30724b6924
commit
9cd193f108
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue