mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Add multiline and resizable NBT input fields
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user