mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
styles: update modal-sizing
This commit is contained in:
parent
afd125a77e
commit
27dff6997f
@ -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 New Issue
Block a user