浏览代码

refactor: small change to fix an editsong modal style

Kristian Vos 5 年之前
父节点
当前提交
e56ee9359e
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      frontend/components/Modals/EditSong.vue

+ 2 - 6
frontend/components/Modals/EditSong.vue

@@ -1573,8 +1573,9 @@ export default {
 				flex-direction: column;
 				flex: 1;
 
-				> p {
+				.album-title {
 					flex: 1;
+					font-weight: 600;
 				}
 
 				.bottom-row {
@@ -1597,11 +1598,6 @@ export default {
 						text-align: right;
 					}
 
-					.album-title {
-						flex: 1;
-						font-weight: 600;
-					}
-
 					.type-year {
 						font-size: 13px;
 						align-self: end;