Browse Source

Merge branch 'polishing' into owen

Owen Diffey 3 years ago
parent
commit
ab3f81ec5c

+ 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 {

+ 4 - 0
frontend/src/components/modals/EditSong/Tabs/Discogs.vue

@@ -312,6 +312,10 @@ export default {
 	strong {
 		color: var(--light-grey-2);
 	}
+
+	.discogs-tab .top-container .right-container .bottom-row img {
+		filter: invert(100%);
+	}
 }
 
 .discogs-tab {

+ 5 - 0
frontend/src/components/modals/ImportAlbum.vue

@@ -703,6 +703,11 @@ export default {
 		background-color: var(--dark-grey-2) !important;
 	}
 
+	.api-result .bottom-row img,
+	.discogs-album .bottom-row img {
+		filter: invert(100%);
+	}
+
 	.label,
 	p,
 	strong {