Skip to content

Commit

Permalink
Merge pull request #252 from 100-hours-a-week/feature/veronica
Browse files Browse the repository at this point in the history
Fix : css 수정
  • Loading branch information
yzooop authored Oct 1, 2024
2 parents 21e38b5 + 3158556 commit 468ecb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Component/Game/GameTradeSwipe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const GameTradeSwipe = ({
};

const SwipeModal = styled.div<{ isOpen: boolean }>`
width: 90%;
width: 100%;
position: fixed;
left: 50%;
bottom: ${(props) => (props.isOpen ? "0" : "-100%")};
Expand All @@ -280,6 +280,7 @@ const SwipeContainer = styled.div`
height: 100%;
display: flex;
flex-direction: column;
scrollbar-width: none;
`;

// const Title = styled.span`
Expand Down
2 changes: 1 addition & 1 deletion src/Component/Game/StocksTableStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
width: 85%;
height: 400px;
border-radius: 20px;
box-shadow: 3px 3px 3px rgb(213, 213, 213);
box-shadow: 0px 0px 17px rgb(213, 213, 213);
padding: 20px 20px;
display: flex;
align-items: center;
Expand Down

0 comments on commit 468ecb0

Please sign in to comment.