refactor: refs #6555 adjust footer height
gitea/worker-time-control/pipeline/pr-test This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-06-18 17:37:27 +02:00
parent e2524362ed
commit f540a51dd1
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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) {