Skip to content

Commit

Permalink
refactor: menu block 사이즈 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Dec 4, 2024
1 parent c00dbd8 commit 91ec9bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const menuBlockStyle = css({
left: 0,
justifyContent: "center",
alignItems: "center",
width: "20px",
height: "20px",
width: "24px",
height: "24px",
marginLeft: "-20px",
opacity: 0,
transition: "opacity 0.2s ease-in-out",
Expand Down

0 comments on commit 91ec9bf

Please sign in to comment.