Skip to content

Commit

Permalink
Fixes: Groverio#144
Browse files Browse the repository at this point in the history
  • Loading branch information
MOHIT-IITP committed Oct 16, 2024
1 parent 3518482 commit 943f9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ document.addEventListener('DOMContentLoaded', () => {
.addEventListener('change', filterTodos);
});


// adding progress bar

const progress = document.getElementById('progress');
Expand All @@ -375,4 +374,3 @@ const updateStats = () => {
const progressnumber = currprogress.toFixed(0);
progresstext.innerText = progressnumber + '%';
};

7 changes: 2 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ Animating title
}
}


/* progress bar css below */
.progressContainer {
min-width: 18vw;
Expand All @@ -478,8 +477,8 @@ Animating title
justify-content: center;
align-items: center;
position: absolute;
top:5vh;
left:2vw;
top: 5vh;
left: 2vw;
box-shadow:
6px 6px 10px -1px rgba(0, 0, 0, 0.15),
-6px -6px 10px -1px darkblue;
Expand Down Expand Up @@ -512,5 +511,3 @@ Animating title
color: black;
width: 20px;
}


0 comments on commit 943f9e2

Please sign in to comment.