diff --git a/src/components/StoryGallery.vue b/src/components/StoryGallery.vue index e7c3813..fea9322 100644 --- a/src/components/StoryGallery.vue +++ b/src/components/StoryGallery.vue @@ -260,7 +260,6 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
-

{{ t('ui.chapters') }}

buildTreeForChapter(currentChapterId.value)) box-shadow: 0 -1px 12px rgba(0,0,0,0.25); } -.picker-title { - text-align: center; - font-size: 20px; - font-weight: 500; - color: #c9a84c; - letter-spacing: 3px; - margin-bottom: 24px; -} - .picker-grid { display: flex; gap: 16px;