Archived
1
0

Check updates daily instead of every time

Also add a way to force a check.
This commit is contained in:
Asher
2020-02-14 16:41:42 -06:00
parent db54f78e8e
commit 0ec83f8736
5 changed files with 105 additions and 41 deletions

View File

@ -22,17 +22,24 @@
}
.block-row > .item {
color: #b6b6b6;
display: flex;
color: #c4c4c4;
flex: 1;
}
.block-row > .item.-row {
display: flex;
}
.block-row > .item > .sub {
color: #888;
}
.block-row .-link {
cursor: pointer;
text-decoration: none;
}
.block-row > .item.-link {
cursor: pointer;
}
.block-row > .item.-link:hover {
.block-row .-link:hover {
color: #fafafa;
}