opt: add resume btn

This commit is contained in:
Kingtous
2022-05-14 11:58:47 +08:00
parent d186dd26a2
commit 39eb1b7211
6 changed files with 126 additions and 13 deletions

View File

@@ -220,6 +220,10 @@ table.job-table tr.is_remote svg {
transform: scale(-1, 1);
}
table.job-table tr.is_remote div.svg_continue svg {
transform: scale(1, 1);
}
table.job-table tr td div.text {
width: *;
overflow-x: hidden;