add ability to sort repo list by date

This commit is contained in:
Trevor Bentley
2023-01-15 01:17:26 +01:00
parent 276b8a01e7
commit d4100e85ae
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ table.summary-table tr:nth-child(even), table.repo-list tr:nth-child(even) {
background-color: var(--offerwhite);
}
table.repo-list td {
padding: 0.5em 0.3em 0.5em 0.3em;
padding: 0.3em 0.3em 0.3em 0.3em;
}
table.summary-table td, table.repo-list td {
word-break: break-all;