File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,13 @@ export class PlayerInit {
1212 const div = document . getElementById ( 'content-wrapper' ) ! ;
1313 const loader = document . createElement ( 'div' ) ;
1414
15- loader . style . height = 'calc(100vh - 64px)' ;
15+ loader . style . height = 'calc(100vh - 64px - 270px )' ;
1616 loader . style . width = '100%' ;
17+ loader . style . display = 'flex' ;
18+ loader . style . justifyContent = 'center' ;
19+ loader . style . alignItems = 'center' ;
1720 loader . innerHTML = `
18- <svg class="circular" viewBox="25 25 50 50" style="height: 100px; width: 100px;">
21+ <svg class="circular" viewBox="25 25 50 50" style="height: 100px; width: 100px; position: absolute; top: 270px ">
1922 <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"></circle>
2023 </svg>
2124 ` ;
You can’t perform that action at this time.
0 commit comments