Skip to content

Commit

Permalink
fix(frontend): 🐛 visually align user menu button with container content
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Jan 6, 2025
1 parent e506aa6 commit 870dee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/routes/dashboard/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
display: grid;
grid-auto-flow: column;
align-items: center;
margin-right: -0.75rem;
}
.userDetails {
Expand Down

0 comments on commit 870dee3

Please sign in to comment.