diff --git a/frontend/app/element/modal.less b/frontend/app/element/modal.less index 246dcf382..eda7cc8a3 100644 --- a/frontend/app/element/modal.less +++ b/frontend/app/element/modal.less @@ -12,8 +12,8 @@ flex-direction: column; border-radius: 10px; padding: 0; - width: 450px; - max-height: 80vh; + width: 80vw; + height: 80vh; margin-top: 25vh; margin-left: auto; margin-right: auto; diff --git a/frontend/app/view/plotview.less b/frontend/app/view/plotview.less index 3bcfd5423..616fd714d 100644 --- a/frontend/app/view/plotview.less +++ b/frontend/app/view/plotview.less @@ -11,7 +11,7 @@ margin: 0; padding: 0; resize: none; - height: auto; + height: 50vh; background-color: var(--panel-bg-color); color: var(--main-text-color); font: var(--fixed-font);