refactor: refs #6555 adjust footer height
gitea/worker-time-control/pipeline/pr-test This commit looks good
Details
gitea/worker-time-control/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
e2524362ed
commit
f540a51dd1
|
@ -197,7 +197,7 @@ footer {
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
height: 115px;
|
||||
text-align: center;
|
||||
animation: fadeIn 0.2s ease-in-out;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ function setEvents() {
|
|||
outMiddleBtn.addEventListener("click", () => clockIn("middle"));
|
||||
outBtn.addEventListener("click", () => clockIn("out"));
|
||||
|
||||
setTimeout(close, 5000);
|
||||
// setTimeout(close, 5000);
|
||||
}
|
||||
|
||||
async function clockIn(direction) {
|
||||
|
|
Loading…
Reference in New Issue