mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 00:38:28 +00:00
styles: update modal-sizing
This commit is contained in:
parent
afd125a77e
commit
27dff6997f
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue