sfc-utils 1.4.143 → 1.4.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/accountswap.js CHANGED
@@ -40,7 +40,7 @@ const pollForAccount = async function (i, isNav) {
40
40
  return await pollForAccount(i + 1, isNav);
41
41
  }
42
42
  // Change the inner HTML
43
- rightBlock.innerHTML = `<div id="nav2-sub-box" href="${accountURL}">Account</div>`;
43
+ rightBlock.innerHTML = `<a id="nav2-sub-box" href="${accountURL}"><div>Account</div></a>`;
44
44
  // Instead of having a true link, set click event to run treg.realm.iframeProfile.NavigateToIndex()
45
45
  if (window.treg.realm.iframeProfile) {
46
46
  // Find the newly swapped button
package/css/nav2.less CHANGED
@@ -11,7 +11,8 @@
11
11
  font-family: @sans;
12
12
  }
13
13
 
14
- .nav2-left, .nav2-right {
14
+ .nav2-left,
15
+ .nav2-right {
15
16
  display: flex;
16
17
  }
17
18
 
@@ -40,7 +41,8 @@
40
41
  text-decoration: none;
41
42
  }
42
43
 
43
- .nav2-desk-logo, .nav2-mobile-logo {
44
+ .nav2-desk-logo,
45
+ .nav2-mobile-logo {
44
46
  max-height: 20px;
45
47
  margin-left: 0.335rem;
46
48
  }
@@ -48,7 +50,7 @@
48
50
  .nav2-mobile-logo {
49
51
  display: none;
50
52
  }
51
- @media (max-width: 490px){
53
+ @media (max-width: 530px) {
52
54
  .nav2-mobile-logo {
53
55
  display: block;
54
56
  }
@@ -64,7 +66,6 @@
64
66
  }
65
67
  }
66
68
 
67
-
68
69
  .nav2-container {
69
70
  background: black;
70
71
  color: white;
@@ -96,7 +97,7 @@
96
97
  color: black;
97
98
  }
98
99
  #nav2-sub-box {
99
- color:black;
100
+ color: black;
100
101
  text-decoration: underline black;
101
102
  }
102
103
  #nav2-sub-box div {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.143",
3
+ "version": "1.4.145",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",