slidev-theme-gtlabo 2.0.2 → 2.0.3
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/components/Header.vue +1 -1
- package/package.json +1 -1
package/components/Header.vue
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<div
|
|
8
8
|
v-for="(chapter, index) in displayChapterList"
|
|
9
9
|
:key="chapter.key"
|
|
10
|
-
class="flex flex-col items-center min-w-
|
|
10
|
+
class="flex flex-col items-center min-w-30 py-1"
|
|
11
11
|
>
|
|
12
12
|
<!-- 章タイトル -->
|
|
13
13
|
<div class="flex flex-1 text-md font-semibold text-gray-800 text-left w-full whitespace-nowrap mb-2">
|