fix: full-width bottom strip for chapter picker, no border radius
This commit is contained in:
@@ -503,15 +503,15 @@ const tree = computed(() => buildTreeForChapter(currentChapterId.value))
|
|||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
z-index: 300;
|
z-index: 300;
|
||||||
padding-bottom: 72px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.picker-panel {
|
.picker-panel {
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
width: 100%;
|
||||||
background: rgba(12,12,18,0.82);
|
background: rgba(12,12,18,0.82);
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
border-radius: 16px;
|
padding: 28px 40px;
|
||||||
padding: 28px 32px;
|
|
||||||
box-shadow: 0 -1px 12px rgba(0,0,0,0.25);
|
box-shadow: 0 -1px 12px rgba(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user