Skip to content

Commit

Permalink
safari mobile 에서 icon 늘어나는거 대응
Browse files Browse the repository at this point in the history
  • Loading branch information
yurim committed Aug 27, 2024
1 parent cd6abe9 commit 53c140b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Collapsible.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Collapsible = ({
<img
style={{
width: 20,
height: "fit-content",
height: 20,
opacity: 0.3,
verticalAlign: "middle",
}}
Expand All @@ -45,7 +45,7 @@ const Collapsible = ({
<img
style={{
width: 20,
height: "fit-content",
height: 20,
opacity: 0.3,
verticalAlign: "middle",
}}
Expand Down

0 comments on commit 53c140b

Please sign in to comment.