add swiper view to show

This commit is contained in:
2023-05-18 11:54:47 +02:00
parent e94766898d
commit 551bed9a77
16 changed files with 162 additions and 22 deletions

View File

@@ -8,6 +8,12 @@
border-bottom: 1px solid #0002;
}
.song-swipe {
margin-bottom: 20px;
min-height: calc(100vh - 60px);
}
.head {
display: flex;
justify-content: space-between;
@@ -36,3 +42,10 @@
.example-list.cdk-drop-list-dragging .song-list:not(.cdk-drag-placeholder) {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.floating {
position: fixed;
right: 20px;
top: 12px;
z-index: 5;
}