瀏覽代碼

fix: EditSong layout

Kristian Vos 3 年之前
父節點
當前提交
6761933a51
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      frontend/src/components/modals/EditSong/index.vue

+ 10 - 0
frontend/src/components/modals/EditSong/index.vue

@@ -1620,8 +1620,16 @@ export default {
 	}
 }
 
+.modal-card-body {
+	display: flex;
+}
+
 .left-section {
 	flex-basis: unset !important;
+	height: 100%;
+	display: flex;
+	flex-direction: column;
+	margin-right: 16px;
 
 	.top-section {
 		display: flex;
@@ -1994,6 +2002,8 @@ export default {
 .right-section {
 	flex-basis: unset !important;
 	flex-grow: 0 !important;
+	display: flex;
+	height: 100%;
 
 	#tabs-container {
 		width: 376px;