@everymatrix/player-account-menu 0.0.166 → 0.0.170
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-menu",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.170",
|
|
4
4
|
"main": "dist/player-account-menu.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": "
|
|
39
|
+
"gitHead": "3836860c7d1128dcea8bc1638c7912ee0f50ce6b"
|
|
40
40
|
}
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
padding-top: unset;
|
|
212
212
|
}
|
|
213
213
|
.PlayerAccountMenuItemIconMobile {
|
|
214
|
-
width:
|
|
214
|
+
width: 30px;
|
|
215
215
|
padding-top: 15px;
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
.PlayerAccountMenuItemTitle {
|
|
259
259
|
margin-left: 0;
|
|
260
260
|
text-transform: capitalize;
|
|
261
|
-
line-height:
|
|
261
|
+
line-height: 14px;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.PlayerAccountMenuEmail {
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
left: 0;
|
|
300
300
|
right: 0;
|
|
301
301
|
.PlayerAccountMenuItemTitle {
|
|
302
|
-
font-size:
|
|
302
|
+
font-size: 12px;
|
|
303
303
|
padding: 0 5px 15px 5px;
|
|
304
304
|
font-weight: 600;
|
|
305
305
|
word-break: break-word;
|