Skip to content

Commit

Permalink
Fix spacing when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Nov 7, 2024
1 parent af60bad commit ed5ba5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

.navbar .navbar-header {
display: grid;
grid-template-columns: 300px auto 150px;
grid-template-columns: 300px auto 170px;
}

.navbar .navbar-nav {
Expand Down
2 changes: 2 additions & 0 deletions lib/components/app/desktop-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import NavbarItem from './nav-item'
import ViewSwitcher from './view-switcher'

const StyledNav = styled(Nav)`
display: flex;
justify-content: end;
/* Target only the svgs in the Navbar */
& > li > button > svg,
& > li > span > button > span > svg {
Expand Down

0 comments on commit ed5ba5f

Please sign in to comment.