Browse Source

refactor: improved styling of EditSong

Kristian Vos 2 years ago
parent
commit
e8a377a023
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/src/components/modals/EditSong/index.vue

+ 2 - 1
frontend/src/components/modals/EditSong/index.vue

@@ -2367,6 +2367,7 @@ export default {
 
 		> div {
 			margin: 16px !important;
+			width: 100%;
 		}
 
 		input {
@@ -2389,7 +2390,7 @@ export default {
 
 		.album-art-container {
 			margin-right: 16px;
-			width: calc((100% - 16px) / 8 * 4);
+			width: 100%;
 		}
 
 		.youtube-id-container {