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;
|
margin-bottom: 10px;
|
||||||
color: var(--text-normal)
|
color: var(--text-normal)
|
||||||
}
|
}
|
||||||
|
#cronButton {
|
||||||
|
margin: auto;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 5px 5px;
|
||||||
|
color: var(--interactive-accent);
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.subtask {
|
.subtask {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue