@saooti/octopus-sdk 38.0.20 → 38.0.21

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": "@saooti/octopus-sdk",
3
- "version": "38.0.20",
3
+ "version": "38.0.21",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -11,6 +11,7 @@
11
11
  </button>
12
12
  <ChapteringModal v-if="showChaptering" @close="showChaptering = false" />
13
13
  </div>
14
+ <div v-else class="margin-chaptering"></div>
14
15
  </template>
15
16
  <script lang="ts">
16
17
  import { ChapterPercent } from "@/stores/class/chaptering/chaptering";
@@ -64,6 +65,8 @@ export default defineComponent({
64
65
  return;
65
66
  }
66
67
  }
68
+ this.actualChapter = undefined;
69
+ this.actualIndex = 0;
67
70
  },
68
71
  },
69
72
  },
@@ -74,3 +77,10 @@ export default defineComponent({
74
77
  },
75
78
  });
76
79
  </script>
80
+ <style lang="scss">
81
+ .octopus-app {
82
+ .margin-chaptering{
83
+ height: 23px;
84
+ }
85
+ }
86
+ </style>
@@ -153,10 +153,10 @@ export default defineComponent({
153
153
  background: #282828 !important;
154
154
  font-size: 1rem;
155
155
  .medium-text {
156
- font-size: 0.75rem;
156
+ font-size: 0.65rem;
157
157
  }
158
158
  .small-text {
159
- font-size: 0.6rem;
159
+ font-size: 0.5rem;
160
160
  }
161
161
 
162
162
  @media (max-width: 960px) {