File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2222
2323< body class ="h-100 ">
2424 < script type ="module " src ="./index.ts "> </ script >
25- < div class ="scriptonly " id ="loading ">
25+ < div class ="d-flex h-100 w-100 align-items-center justify-content-center " id ="loading ">
2626 < img src ="/images/spinner.gif " alt ="Loading... " />
2727 </ div >
2828 < div id ="emojitable " style ="display:none ">
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ async function main() {
452452 }
453453 } ) ;
454454
455- document . getElementById ( "loading" ) ! . style . display = " none";
455+ document . getElementById ( "loading" ) ! . classList . add ( "d- none") ;
456456 document . getElementById ( "emojitable" ) ! . style . display = "block" ;
457457}
458458
Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ body {
1111 font-family : sans-serif;
1212}
1313
14- div # loading {
15- width : 100% ;
16- height : 100% ;
17- display : flex;
18- justify-content : center;
19- align-items : center;
20- background-color : white;
21- }
14+
2215
2316
You can’t perform that action at this time.
0 commit comments