Ver código fonte

Fixed AddSongToQueue styles

theflametrooper 8 anos atrás
pai
commit
0eda17ca1f
1 arquivos alterados com 9 adições e 1 exclusões
  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>