@@ -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 {
@@ -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 {
@@ -703,6 +703,11 @@ export default {
background-color: var(--dark-grey-2) !important;
+ .api-result .bottom-row img,
+ .discogs-album .bottom-row img {
.label,
p,