We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e95e641 + 243c647 commit 83aa206Copy full SHA for 83aa206
widget/index.html
@@ -8,6 +8,10 @@
8
<link href="../../../styles/components/skeleton.css" rel="stylesheet" />
9
<!--this css is important to be loaded first for the first paint-->
10
<style>
11
+
12
+ .blurred-background-image{
13
+ position: absolute;
14
+ }
15
#skeletonContainer {
16
position: absolute;
17
top: 0;
@@ -239,7 +243,7 @@
239
243
txt.innerHTML = "";
240
244
pluginsContainer.innerHTML = "";
241
245
skeletonContainer.classList.remove('hide');
242
-
246
247
listSkeleton.start();
248
}
249
@@ -708,7 +712,7 @@
708
712
if (!isLauncher||design.hideIPhoneNotch||safeZoneHeight==0) {
709
713
document.body.classList.remove("no-carousel");
710
714
return;
711
- };
715
+ };
716
717
document.body.classList.add('no-carousel');
718
0 commit comments