Преглед изворни кода

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>