Initial type editor
This commit is contained in:
parent
ca0659a368
commit
9d50b97436
3 changed files with 70 additions and 0 deletions
|
|
@ -397,3 +397,24 @@ dialog#connection-data {
|
|||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
#editor-type-schema {
|
||||
.label {
|
||||
font-size: 1.25em;
|
||||
font-weight: bold;
|
||||
color: var(--section-color);
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
font-size: 0.85em;
|
||||
margin-top: 16px;
|
||||
width: 100%;
|
||||
height: calc(100% - 96px);
|
||||
min-height: calc(100vh - 380px);
|
||||
}
|
||||
|
||||
img {
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue