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.
@@ -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-35 py-1"
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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slidev-theme-gtlabo",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "A Slidev theme for laboratory presentations with customizable components",
5
5
  "author": "mksmkss",
6
6
  "license": "MIT",