Skip to content

Commit

Permalink
Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
revengemiroz committed May 3, 2020
1 parent 82b386f commit 0ff2c2f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Sidebar/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body{
left: 20px;
padding: 0.3em;
top: 20px;
border-radius: 10px;
border-radius: 5px;

}

Expand Down
Binary file added Sidebar/design/desktop-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ closeBtn.addEventListener('click', () => {
})

hamburger.addEventListener('click', () => {
layer1.classList.add('transform')
sidebar.style.display = 'block'
sidebar.classList.add('block')
})



// list.forEach(li => {
// li.addEventListener('click', () => {
// li.classList.remove('active')
// })
// })

0 comments on commit 0ff2c2f

Please sign in to comment.