zoomable show list

This commit is contained in:
2022-09-27 21:40:15 +02:00
parent 24c5317484
commit c92f62c4e9
6 changed files with 41 additions and 10 deletions

View File

@@ -1,8 +1,18 @@
:host {
--button-padding-mobile: 10px;
--button-font-size-mobile: 25px;
}
.song-row:not(:last-child) {
display: block;
border-bottom: 1px solid #0002;
}
.head {
display: flex;
justify-content: space-between;
align-items: center;
}
.cdk-drag-preview {
background-color: white;