Schedule script run
This commit is contained in:
parent
fc992b8bdc
commit
6d05152ab2
6 changed files with 162 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue