Skip to content

Commit

Permalink
Fixed day night button overlapping and working
Browse files Browse the repository at this point in the history
  • Loading branch information
Simagupta12 committed Oct 7, 2024
1 parent e5ddf76 commit 6b5868e
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 367 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit 6b5868e

Please sign in to comment.