diff --git a/webapp/src/app/component/dialog-config/config-dialog.component.scss b/webapp/src/app/component/dialog-config/config-dialog.component.scss index 73c6492a..58383d6a 100644 --- a/webapp/src/app/component/dialog-config/config-dialog.component.scss +++ b/webapp/src/app/component/dialog-config/config-dialog.component.scss @@ -1,18 +1,5 @@ -.overlay { - display: none; - position: fixed; - top: -20%; - left: 0; - width: 100%; - height: 120%; - background-color: rgba(0, 0, 0, 0.15); - color: black; - align-items: center; - justify-content: center; - z-index: 2; -} - .dialog { + position: absolute; background-color: var(--menu-color); color: lightgray; border-radius: 6px; @@ -21,6 +8,7 @@ padding: 12px; width: 700px; text-align: center; + top: 120px; } .open { diff --git a/webapp/src/app/component/dialog-llm/llm-dialog.component.scss b/webapp/src/app/component/dialog-llm/llm-dialog.component.scss index 76b62863..3e64af87 100644 --- a/webapp/src/app/component/dialog-llm/llm-dialog.component.scss +++ b/webapp/src/app/component/dialog-llm/llm-dialog.component.scss @@ -6,21 +6,8 @@ padding: 8px 16px; } -.overlay { - display: none; - position: fixed; - top: -20%; - left: 0; - width: 100%; - height: 120%; - background-color: rgba(0, 0, 0, 0.15); - color: black; - align-items: center; - justify-content: center; - z-index: 2; -} - .dialog { + position: absolute; background-color: var(--menu-color); color: lightgray; border-radius: 6px; @@ -29,6 +16,7 @@ padding: 12px; width: 800px; text-align: center; + top: 120px; } .open { diff --git a/webapp/src/app/component/editor/editor.component.scss b/webapp/src/app/component/editor/editor.component.scss index 75f73250..d5ed01aa 100644 --- a/webapp/src/app/component/editor/editor.component.scss +++ b/webapp/src/app/component/editor/editor.component.scss @@ -53,7 +53,7 @@ div.center { transition: 0.25s; position: absolute; bottom: 12px; - width: calc(100% - 264px); + width: calc(100% - 364px); } //---- snackbar ---- // diff --git a/webapp/src/app/component/navigation/sidenav.component.html b/webapp/src/app/component/navigation/sidenav.component.html index 43fc5ee6..2a7c33e8 100644 --- a/webapp/src/app/component/navigation/sidenav.component.html +++ b/webapp/src/app/component/navigation/sidenav.component.html @@ -104,7 +104,7 @@