Explorar o código

Fixed AddSongToQueue styles

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
0eda17ca1f
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  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>