瀏覽代碼

Fixed AddSongToQueue styles

theflametrooper 8 年之前
父節點
當前提交
0eda17ca1f
共有 1 個文件被更改,包括 9 次插入1 次删除
  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>