diff --git a/src/app/pages/left-domain/left-domain.component.html b/src/app/pages/left-domain/left-domain.component.html
index ff2a673..7960582 100644
--- a/src/app/pages/left-domain/left-domain.component.html
+++ b/src/app/pages/left-domain/left-domain.component.html
@@ -186,6 +186,9 @@
+
+
+
-
\ No newline at end of file
diff --git a/src/styles.scss b/src/styles.scss
index 528abfe..643b993 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -125,6 +125,11 @@ h1 {
.ant-input { background: rgba(145, 204, 255, 0.41); border: 1px solid #91CCFF; }
textarea { resize: none; outline: none; }
}
+.baseInfoDialog{
+ height: 80%;
+ .ant-modal-footer { padding: 0; }
+ .ant-modal-body,.ant-modal-content { height: 100%; background: radial-gradient(closest-side at 50% 55%, #004988 0%, #00122D 100%); }
+}
.videoDialog{
height: 80%;
.ant-modal-footer { padding: 0; }