Skip to content

Commit

Permalink
ui(sidebar): left-align footer buttons with history list and add some…
Browse files Browse the repository at this point in the history
… padding to top and bottom
  • Loading branch information
MarcMcIntosh committed Feb 25, 2024
1 parent c249d66 commit c0cf019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const Sidebar: React.FC<
onHistoryItemClick={onHistoryItemClick}
onDeleteHistoryItem={onDeleteHistoryItem}
/>
<Flex ml="3" gap="1">
<Flex p="2" gap="1">
<Settings />
{features.statistics && (
<IconButton
Expand Down

0 comments on commit c0cf019

Please sign in to comment.