Small CSS changes to cron button
This commit is contained in:
parent
932562ab2e
commit
e4d3c78a9f
1 changed files with 8 additions and 0 deletions
|
|
@ -295,6 +295,14 @@ button {
|
|||
margin-bottom: 10px;
|
||||
color: var(--text-normal)
|
||||
}
|
||||
#cronButton {
|
||||
margin: auto;
|
||||
margin-bottom: 5px;
|
||||
white-space: nowrap;
|
||||
padding: 5px 5px;
|
||||
color: var(--interactive-accent);
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.subtask {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue