Skip to content

Commit

Permalink
Ext: polish padding (#9010)
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph authored Nov 28, 2024
1 parent 6634972 commit 83f38e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const InputBarContainer = ({
"flex-1"
)}
/>
<div className="flex items-start">
<div className="flex items-start pt-1">
<AttachFile
fileUploaderService={fileUploaderService}
editorService={editorService}
Expand Down
2 changes: 1 addition & 1 deletion extension/app/src/pages/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const MainPage = ({
</div>
}
rightActions={
<div className="flex flex-row items-right">
<div className="flex flex-row items-right space-x-1">
<ConversationsListButton size="sm" />

<DropdownMenu>
Expand Down

0 comments on commit 83f38e1

Please sign in to comment.