Skip to content

Commit

Permalink
icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhaego committed Nov 9, 2024
1 parent cca9f18 commit 66b11de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ function App() {
<img
src="./resources/settings.svg"
alt="settings"
height={elementSize / 6}
width={elementSize / 6}
height={elementSize / 5}
width={elementSize / 5}
style={{
position: "absolute",
left: elementSize / 32,
Expand All @@ -370,8 +370,8 @@ function App() {
<img
src="./resources/help.svg"
alt="settings"
height={elementSize / 6}
width={elementSize / 6}
height={elementSize / 5}
width={elementSize / 5}
style={{
position: "absolute",
right: elementSize / 32,
Expand All @@ -383,8 +383,8 @@ function App() {
<img
src="./resources/list.svg"
alt="kill log"
height={elementSize / 6}
width={elementSize / 6}
height={elementSize / 5}
width={elementSize / 5}
style={{
position: "absolute",
left: elementSize / 32,
Expand All @@ -396,8 +396,8 @@ function App() {
<img
src="./resources/calculator.svg"
alt="calculator"
height={elementSize / 6}
width={elementSize / 6}
height={elementSize / 5}
width={elementSize / 5}
style={{
position: "absolute",
right: elementSize / 32,
Expand Down

0 comments on commit 66b11de

Please sign in to comment.