Work on scripting hooks

This commit is contained in:
Magnus Åhall 2025-07-29 20:21:27 +02:00
parent 33672d15b8
commit ece3645237
4 changed files with 36 additions and 3 deletions

View file

@ -245,6 +245,12 @@ select:focus {
display: block;
height: 24px;
}
#script-hooks > .label {
color: var(--section-color);
font-weight: bold;
font-size: 1.25em;
margin-bottom: 8px;
}
#select-node {
padding: 32px;
display: grid;