Skip to content

Commit

Permalink
SMA-92: remove navbar bottom radius and moved icon to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Apr 24, 2024
1 parent e9da8dc commit d82d9a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Navbar() {
/>
</Link>
</div>
<div className="col-2 align-items-center">
<div className="col-2 align-items-center avatar-icon">
{isLoggedIn ? (
<NavDropdown
title={
Expand Down
9 changes: 7 additions & 2 deletions frontend/sportsmatch-app/src/styles/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
nav{
width: 100%;
height: 60px;
background: rgba(255, 255, 255, 0.5);;
border-radius:0 0 10px 10px ;
background: rgba(255, 255, 255, 0.5);
}

.user-image{
Expand Down Expand Up @@ -36,4 +35,10 @@ nav{
height: 40px;
margin: 0;
padding: 0;
}

.avatar-icon {
display: flex;
flex-direction: row;
justify-content: end;
}

0 comments on commit d82d9a9

Please sign in to comment.