Explorar el Código

refactor: improved styling of EditSong

Kristian Vos hace 2 años
padre
commit
e8a377a023
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 {