浏览代码

Fixed styling with playlists

theflametrooper 8 年之前
父节点
当前提交
b487b08521
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      frontend/components/Sidebars/Playlist.vue

+ 7 - 0
frontend/components/Sidebars/Playlist.vue

@@ -115,6 +115,13 @@
 		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 	}
 
+	.icons-group a {
+		display: flex;
+    	align-items: center;
+	}
+
+	.menu-list li { align-items: center; }
+
 	.inner-wrapper {	
 		top: 50px;
 		position: relative;