File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ function createScriptButton(script, isFavorite = false) {
346346 video . muted = true ;
347347 video . loop = true ;
348348 video . style . width = "80vw" ;
349+ video . style . maxWidth = "100%" ;
349350 // TODO why this not working??
350351 button . addEventListener ( "mouseenter" , ( ) => {
351352 setTimeout ( ( ) => {
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ <h3 class="title">Modal Title</h3>
7676 <!-- loading fullscreen -->
7777 < div id ="loading-fullscreen " class ="loading-container ">
7878 < div class ="loader "> </ div >
79+ < p class ="text "> Please wait. Loading all scripts...</ p >
7980 </ div >
8081
8182 <!-- scroll to top -->
Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ option {
577577 display : flex ;
578578 justify-content : center ;
579579 align-items : center ;
580+ flex-direction : column ;
580581 z-index : 5 ;
581582 -webkit-backdrop-filter : blur (.4rem );
582583 backdrop-filter : blur (.4rem );
You can’t perform that action at this time.
0 commit comments