projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9588d4f
)
Fix seek circle overflow
author
Chocobozzz
<me@florianbigard.com>
Thu, 31 May 2018 08:49:07 +0000
(10:49 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 31 May 2018 08:49:07 +0000
(10:49 +0200)
client/src/sass/video-js-custom.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/video-js-custom.scss
b/client/src/sass/video-js-custom.scss
index 64805a3a154ee44fd549d82b508882cf24ba8896..8de0784f99ec14325cc11112a19237455d33db31 100644
(file)
--- a/
client/src/sass/video-js-custom.scss
+++ b/
client/src/sass/video-js-custom.scss
@@
-175,6
+175,7
@@
$context-menu-width: 350px;
}
.vjs-play-progress {
+ padding-right: 4px;
&::before {
top: -0.3em;
@@
-217,6
+218,8
@@
$context-menu-width: 350px;
}
.vjs-time-control {
+ line-height: inherit;
+
&.vjs-current-time {
font-size: $font-size;
display: inline-block;