Browse Source

fix: EditSong layout

Kristian Vos 3 năm trước cách đây
mục cha
commit
6761933a51
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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;