Skip to content

Commit

Permalink
Add margin-right to settings icon to fit container
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAdF committed May 8, 2024
1 parent e995d09 commit fa43103
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/components/NPHackContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const NPHackContainer: FC<NPHackContainerProps> = ({
{description}
</p>
</div>
{settings && <div className="h-full aspect-square justify-center items-center flex p-1">
{settings && <div className="h-full flex aspect-square justify-center items-center p-1 mr-7">
<FontAwesomeIcon
icon={faGear}
className="
Expand Down
15 changes: 4 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react": "18.3.1",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
Expand Down

0 comments on commit fa43103

Please sign in to comment.