Add AiScript console widget
This commit is contained in:
parent
3d73ce63ca
commit
b2fb92cf0f
4 changed files with 176 additions and 3 deletions
|
|
@ -74,12 +74,18 @@ export default defineComponent({
|
|||
max-width: 100%;
|
||||
min-width: 100%;
|
||||
padding: 16px;
|
||||
color: var(--inputText);
|
||||
background: var(--face);
|
||||
color: var(--fg);
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-bottom: solid var(--lineWidth) var(--faceDivider);
|
||||
border-bottom: solid 1px var(--divider);
|
||||
border-radius: 0;
|
||||
box-sizing: border-box;
|
||||
font: inherit;
|
||||
font-size: 0.9em;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
> button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue