File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ import ( "./index.js" ) . then ( ( ) => {
2+ document . querySelector ( "#loading-fullscreen" ) ?. remove ( ) ;
3+ } ) ;
Original file line number Diff line number Diff line change @@ -48,7 +48,13 @@ <h3 class="modal-title">Modal Title</h3>
4848 </ div >
4949 </ div >
5050
51- < script type ="module " src ="./index.js "> </ script >
51+ <!-- loading fullscreen -->
52+ < div id ="loading-fullscreen " class ="loading-container ">
53+ < div class ="loader "> </ div >
54+ </ div >
55+
56+ <!-- <script type="module" src="./index.js"></script> -->
57+ < script src ="main.js "> </ script >
5258</ body >
5359
5460</ html >
Original file line number Diff line number Diff line change @@ -388,6 +388,14 @@ a:hover {
388388}
389389
390390/* --------- Loading --------- */
391+ # loading-fullscreen {
392+ position : fixed;
393+ top : 0 ;
394+ left : 0 ;
395+ right : 0 ;
396+ bottom : 0 ;
397+ }
398+
391399.loading-container {
392400 position : fixed;
393401 top : 0 ;
You can’t perform that action at this time.
0 commit comments