add options button to playlist view

This commit is contained in:
geoffrey45
2021-12-10 07:52:06 +03:00
parent 1e15a0c51d
commit a96b76748f
4 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export default {
#scrollable {
overflow-y: scroll;
height: calc(100% - 5rem);
height: 100%;
padding-right: 1rem;
}
</style>