Fix margin issue when seeking video

pull/128/head
Chocobozzz 2017-11-21 10:28:21 +01:00
parent 7e9334c34d
commit 81de19482b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 2 deletions

View File

@ -334,9 +334,10 @@ $slider-bg-color: lighten($primary-background-color, 33%);
// Thanks: https://projects.lukehaas.me/css-loaders/
.vjs-loading-spinner {
margin: -25px 0 0 -25px;
margin: 0 !important;
position: absolute;
top: 50%;
// 15px is the nav bar height
top: calc(50% - 15px);
left: 50%;
font-size: 10px;
position: relative;