Skip to content

Commit

Permalink
Adjusted the width of the Navbar, making sure the dropdown fully show…
Browse files Browse the repository at this point in the history
…n when clicking on the profile icon
  • Loading branch information
kexinxiang committed Jul 16, 2024
1 parent 0f95d21 commit 8cad869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Navbar/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ li {
position: fixed;
background-color: var(--navbar-bg);
width: 100%;
height: 60px;
height: 50px;

filter: drop-shadow(0px -2px 5px rgba(0, 0, 0, 0.25));
}
Expand Down

0 comments on commit 8cad869

Please sign in to comment.