Skip to content

Commit 124b1dc

Browse files
committed
minor fix
1 parent d6c64ec commit 124b1dc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

popup/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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(() => {

popup/popup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 -->

popup/themes/default.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)