Show playlist on desktop layout and use native context menu

This commit is contained in:
ferferga 2020-06-17 22:09:30 +02:00
parent 4159268949
commit 8b4b67254a
3 changed files with 59 additions and 48 deletions

View file

@ -30,6 +30,10 @@
align-items: flex-start;
}
.align-items-flex-end {
align-items: flex-end;
}
.justify-content-center {
justify-content: center;
}