Переглянути джерело

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;