Skip to content

Commit

Permalink
fix sidebar width (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Dec 20, 2024
1 parent df7e7aa commit 2573540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"globals": "15.14.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vite": "6.0.4",
"vite": "5.4.11",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ main {
display: flex;
flex-direction: column;
height: 100vh;
min-width: 48px;
width: 48px;
background-image: linear-gradient(to bottom, #667, #585669);
box-shadow: 0 0 4px rgba(10, 10, 10, 0.5);
height: 100vh;
Expand Down

0 comments on commit 2573540

Please sign in to comment.