fix: full-width bottom strip for chapter picker, no border radius

This commit is contained in:
2026-06-12 13:02:51 +08:00
parent 8c08f4026e
commit 29aa386eeb

View File

@@ -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);
}