diff --git a/src/components/GameSwiper.vue b/src/components/GameSwiper.vue
index 5b036ba..d8851c7 100644
--- a/src/components/GameSwiper.vue
+++ b/src/components/GameSwiper.vue
@@ -21,7 +21,7 @@
@@ -438,8 +438,9 @@ onUnmounted(() => {
display: flex;
flex-direction: row;
width: 100%;
+ margin-left: 3vw;
/* 20px 0 -> 5.33vw 0 */
- padding: 5.33vw 0;
+ /* padding: 5.33vw 0; */
}
.carousel-slide {
@@ -455,7 +456,7 @@ onUnmounted(() => {
width: calc(100% - 42.67vw);
/* 0 20px -> 0 5.33vw */
- margin: 0 5.33vw;
+ margin: 0 2vw;
flex-shrink: 0;
cursor: pointer;
@@ -534,13 +535,13 @@ onUnmounted(() => {
.carousel-container {
/* 0 10px -> 0 2.67vw */
- padding: 0 2.67vw;
+ /* padding: 0 2.67vw; */
}
.carousel-slide {
min-width: calc(100% - 12vw);
width: calc(100% - 12vw);
- margin: 0 2.67vw;
+ /* margin: 0 2.67vw; */
}
.carousel-track {
diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue
index 15816ff..fbdea4a 100644
--- a/src/components/HomePage.vue
+++ b/src/components/HomePage.vue
@@ -313,7 +313,7 @@ const initUserGameInfos = async (refresh_official, refresh_cap_scan) => {
globalStore.CONSUME_POINT_1_PER_DRAW = result.json.constants.CONSUME_POINT_1_PER_DRAW
globalStore.MAX_CAP_SCAN = result.json.constants.MAX_CAP_SCAN
globalStore.MAX_INVITE_DAILY = result.json.constants.MAX_INVITE_DAILY
- globalStore.MAX_INVITE_DAILY = result.json.invitees
+ globalStore.inviteCount = result.json.invitees
globalToastEvent.emit(ToastType.MOUNTED)
}
diff --git a/src/components/TodoList.vue b/src/components/TodoList.vue
index 37ebf49..c234c20 100644
--- a/src/components/TodoList.vue
+++ b/src/components/TodoList.vue
@@ -2,7 +2,7 @@