diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 6ad21988e..34a958764 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -334,9 +334,10 @@ $slider-bg-color: lighten($primary-background-color, 33%); | |||
334 | 334 | ||
335 | // Thanks: https://projects.lukehaas.me/css-loaders/ | 335 | // Thanks: https://projects.lukehaas.me/css-loaders/ |
336 | .vjs-loading-spinner { | 336 | .vjs-loading-spinner { |
337 | margin: -25px 0 0 -25px; | 337 | margin: 0 !important; |
338 | position: absolute; | 338 | position: absolute; |
339 | top: 50%; | 339 | // 15px is the nav bar height |
340 | top: calc(50% - 15px); | ||
340 | left: 50%; | 341 | left: 50%; |
341 | font-size: 10px; | 342 | font-size: 10px; |
342 | position: relative; | 343 | position: relative; |