Browse Source

Fixed AddSongToQueue styles

theflametrooper 8 years ago
parent
commit
0eda17ca1f
1 changed files with 9 additions and 1 deletions
  1. 9 1
      frontend/components/Modals/AddSongToQueue.vue

+ 9 - 1
frontend/components/Modals/AddSongToQueue.vue

@@ -139,4 +139,12 @@
 			}
 		}
 	}
-</script>
+</script>
+
+<style type='scss' scoped>
+	tr td {
+		vertical-align: middle;
+
+		img { width: 55px; }
+	}
+</style>