diff --git a/src/components/StoryGallery.vue b/src/components/StoryGallery.vue index dc6e120..e7c3813 100644 --- a/src/components/StoryGallery.vue +++ b/src/components/StoryGallery.vue @@ -503,15 +503,15 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value)) align-items: flex-end; justify-content: center; z-index: 300; - padding-bottom: 72px; } .picker-panel { border: none; + border-radius: 0; + width: 100%; background: rgba(12,12,18,0.82); backdrop-filter: blur(8px); - border-radius: 16px; - padding: 28px 32px; + padding: 28px 40px; box-shadow: 0 -1px 12px rgba(0,0,0,0.25); }