diff options
Diffstat (limited to 'client/src/sass/player')
-rw-r--r-- | client/src/sass/player/control-bar.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index 2f76e599f..e8b447b9e 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss | |||
@@ -104,7 +104,9 @@ | |||
104 | 104 | ||
105 | .vjs-icon-placeholder::before { | 105 | .vjs-icon-placeholder::before { |
106 | font-size: $control-bar-play-font-size; | 106 | font-size: $control-bar-play-font-size; |
107 | line-height: initial; | 107 | line-height: unset; |
108 | position: relative; | ||
109 | top: -1px; | ||
108 | } | 110 | } |
109 | } | 111 | } |
110 | 112 | ||