Small CSS changes to cron button

This commit is contained in:
SuperChamp234 2022-01-15 09:00:21 +05:30
parent 932562ab2e
commit e4d3c78a9f

View file

@ -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;