Browse Source

fix(EditPlaylist): musare query song-item add to playlist button overflowed container

Owen Diffey 3 years ago
parent
commit
aa54e86d7e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      frontend/src/components/modals/EditPlaylist/Tabs/AddSongs.vue

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

@@ -212,6 +212,12 @@ export default {
 };
 </script>
 
+<style lang="scss">
+.youtube-tab .song-query-results .song-item .thumbnail-and-info {
+	width: calc(100% - 110px);
+}
+</style>
+
 <style lang="scss" scoped>
 .youtube-tab {
 	.song-query-results {