浏览代码

refactor: improved styling of EditSong

Kristian Vos 2 年之前
父节点
当前提交
e8a377a023
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 {