Skip to content

Commit

Permalink
Fix slightly-too-wide header min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 22, 2023
1 parent be34e63 commit 832b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/app/sidebar/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
align-items: center;
gap: 1rem;
padding: 1rem 1.5rem;
min-width: 14.375rem;
min-width: 13.375rem;
}
header .logo {
Expand Down

0 comments on commit 832b305

Please sign in to comment.