Add multiline and resizable NBT input fields

This commit is contained in:
Misode
2021-07-07 17:44:08 +02:00
parent b43a151d17
commit 93607a0540
2 changed files with 39 additions and 8 deletions

View File

@@ -94,6 +94,7 @@
}
.node-header > label {
align-self: flex-start;
padding: 0 9px;
line-height: 1.94rem;
white-space: nowrap;
@@ -111,6 +112,15 @@
padding: 0 2px;
}
.node-header > textarea {
min-width: 236.33px;
min-height: 34px;
font-size: 18px;
padding-left: 9px;
padding-top: 5px;
background-color: var(--node-background-input);
}
.node-header > select,
.node-header > datalist {
font-size: 18px;