Skip to content

Commit

Permalink
refactor(sidebar): Adjust spacing for new chat ChatGPT button
Browse files Browse the repository at this point in the history
- Add some space below the "NEW CHAT" button in the sidebar

Changes summary:
- Adjusted the spacing below the "NEW CHAT" button in the sidebar to improve layout balance and visual hierarchy within the sidebar section.
  • Loading branch information
itsmartashub committed Aug 29, 2024
1 parent 09d3bc7 commit 897e0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sass/elements/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
border: 2px solid var(--c-surface-2);
padding: var(--p-sidebar-nav-a-new-chat) !important;
text-transform: uppercase;
margin-bottom: 1rem !important;

/* NEW CHAT svg icon */
button > svg {
Expand Down

0 comments on commit 897e0b4

Please sign in to comment.