adjusted size of menu

This commit is contained in:
booploops 2022-01-13 03:44:22 -08:00
parent c72fe6b7e1
commit 56d859cbd0
2 changed files with 2 additions and 3 deletions

View file

@ -752,7 +752,7 @@ const app = new Vue({
} }
] ]
} }
CiderContextMenu.Create(event, menu) this.showMenuPanel(menu, event)
}, },
async editPlaylistFolder(id, name = "New Playlist") { async editPlaylistFolder(id, name = "New Playlist") {
let self = this let self = this

View file

@ -2845,8 +2845,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
flex-flow: column; flex-flow: column;
background: rgb(38 38 38); background: rgb(38 38 38);
position: relative; position: relative;
min-height: 300px; min-width: 200px;
min-width: 300px;
box-shadow: var(--ciderShadow-Generic); box-shadow: var(--ciderShadow-Generic);
border-radius: var(--mediaItemRadius); border-radius: var(--mediaItemRadius);
overflow: hidden; overflow: hidden;