Browse Source

refactor: made EditPlaylist AddSongs Musare query result items more like ManageStation's

Kristian Vos 2 years ago
parent
commit
9cd04ce4f1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      frontend/src/components/modals/EditPlaylist/Tabs/AddSongs.vue

+ 0 - 5
frontend/src/components/modals/EditPlaylist/Tabs/AddSongs.vue

@@ -215,13 +215,8 @@ export default {
 <style lang="scss" scoped>
 .youtube-tab {
 	.song-query-results {
-		padding: 10px;
 		margin-top: 10px;
-		border: 1px solid var(--light-grey-3);
-		border-radius: 3px;
 		max-width: 565px;
-		max-height: 500px;
-		overflow: auto;
 
 		.search-query-item:not(:last-of-type) {
 			margin-bottom: 10px;