Browse Source

refactor: small change to fix an editsong modal style

Kristian Vos 5 years ago
parent
commit
e56ee9359e
1 changed files with 2 additions and 6 deletions
  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;