This commit is contained in:
fofolee
2019-03-23 12:11:54 +08:00
commit 79ab0912e4
43 changed files with 5474 additions and 0 deletions

2
assets/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

22
assets/style.css Normal file
View File

@@ -0,0 +1,22 @@
.taskinfo {
border-radius: 5px;
padding: 1rem;
margin: -0.3rem 0.5rem;
text-align: center;
background: #f5f5f533;
border: 1px solid #03A9F4;
cursor: pointer;
}
.taskinfo:hover{
border: 1px solid #F44336;
transition: 0.5s;
}
#infopannel{
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 1rem;
color: white;
display: none;
}

BIN
assets/usage.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB