Listen for new execution_start message

This commit is contained in:
space-nuko
2023-05-16 19:32:57 -05:00
parent cd8c93b853
commit 3972a8126d
7 changed files with 82 additions and 35 deletions

View File

@@ -98,9 +98,14 @@ hr {
color: var(--panel-border-color);
}
input, textarea {
border-radius: 0 !important;
}
select {
color: var(--body-text-color);
background: var(--block-background-fill);
background: var(--input-background-fill);
border: var(--input-border-width) solid var(--input-border-color)
}
.container {