@everymatrix/casino-footer-v2 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer-v2",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "main": "dist/casino-footer-v2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "8382d5b109b967bd6756236bd96bb5a13d51e40e"
39
+ "gitHead": "6ad785980b67f3b54da658b8df9f60190a10ffcc"
40
40
  }
@@ -366,7 +366,7 @@
366
366
  {:else}
367
367
 
368
368
  <div class="Footer" bind:this={customStylingContainer}>
369
- <div class="FooterSide {isOnMobile && isLoggedIn ? 'FooterSideMobile' : ''}">
369
+ <div class="FooterSide {isOnMobile && isLoggedIn && panicbuttonenabled === "true" ? 'FooterSideMobile' : ''}">
370
370
  <!-- start helper section -->
371
371
  {#if helpLinksRepeater}
372
372
  {#each helpLinksRepeater as category}
@@ -561,6 +561,7 @@
561
561
  }
562
562
 
563
563
  .Footer {
564
+ position: relative;
564
565
  background-color: $color-white;
565
566
  display: flex;
566
567
  padding: 21px 12px;
@@ -568,7 +569,7 @@
568
569
  }
569
570
 
570
571
  .FooterSideMobile {
571
- margin-top: 66px;
572
+ margin-top: 44px;
572
573
  }
573
574
 
574
575
  .FooterSide {