Skip to content

Commit

Permalink
レイアウト微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
AyumuAkimoto committed Apr 5, 2024
1 parent 0209cc8 commit 53fdaf2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const Flex = styled(Box)`

const VFlex = styled(Flex)`
flex-direction: column;
width: 100%;
`;

const HFlex = styled(Flex)`
Expand All @@ -38,7 +39,8 @@ const DisplayName = styled(Typography)`
`;

const ButtonArea = styled(Box)`
hight: 20px;
width: 100%;
text-align: right;
`;

const UserName = styled(Typography)`
Expand All @@ -50,12 +52,10 @@ const Avater = styled(UserIcon)`
aspect-ratio: 1;
height: 64px;
width: 64px;
margin: auto 10px;
margin-top: 0;
margin: 0 10px auto;
${({ theme }) => theme.breakpoints.down('desktop')} {
margin: auto 10px;
margin-top: 0;
margin: 0 10px auto;
height: 64px;
width: 64px;
}
Expand Down

0 comments on commit 53fdaf2

Please sign in to comment.