Schedule script run

This commit is contained in:
Magnus Åhall 2025-08-07 23:26:15 +02:00
parent fc992b8bdc
commit 6d05152ab2
6 changed files with 162 additions and 7 deletions

View file

@ -352,7 +352,7 @@ select:focus {
}
display: grid;
grid-template-columns: repeat(3, min-content);
grid-template-columns: repeat(4, min-content);
align-items: center;
grid-gap: 2px 0px;
@ -366,10 +366,11 @@ select:focus {
margin-top: 8px;
}
.script-unhook {
.script-unhook, .script-run {
img {
display: block;
height: 24px;
cursor: pointer;
}
}