styles: update modal-sizing

This commit is contained in:
Sylvia Crowe 2024-05-16 16:27:44 -07:00
parent afd125a77e
commit 27dff6997f
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@
flex-direction: column; flex-direction: column;
border-radius: 10px; border-radius: 10px;
padding: 0; padding: 0;
width: 450px; width: 80vw;
max-height: 80vh; height: 80vh;
margin-top: 25vh; margin-top: 25vh;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;

View File

@ -11,7 +11,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
resize: none; resize: none;
height: auto; height: 50vh;
background-color: var(--panel-bg-color); background-color: var(--panel-bg-color);
color: var(--main-text-color); color: var(--main-text-color);
font: var(--fixed-font); font: var(--fixed-font);