Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jan 5, 2025
1 parent a9bc404 commit 9bc9378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion www/public/resources/js/functions/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function autorefresh()
}).finally(function () {
// Remove autorefresh lock
localStorage.removeItem('autorefreshLock');
console.log('Autorefresh done');
});
}, 2000);
}
Expand Down
4 changes: 2 additions & 2 deletions www/public/resources/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ article {

.repos-list-group-flex-div {
display: grid;
grid-template-columns: 300px 55px auto auto auto 60px 1fr;
grid-template-columns: 300px 55px auto auto auto 65px 1fr;
row-gap: 25px;
margin-bottom: 12px;
background-color: #1d3349;
Expand Down Expand Up @@ -391,7 +391,7 @@ article {
}
.divReposConf-close {
position: fixed;
right: 8px;
right: 15px;
}
#divReposConfCommands-container {
position: relative;
Expand Down

0 comments on commit 9bc9378

Please sign in to comment.