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;
|
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;
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user