Skip to content

Commit

Permalink
fix: 書き込みコントロールが上に来るように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
illionillion committed Mar 21, 2024
1 parent 0e467f2 commit f53ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/write/UI/Presentational/WritePre.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { css } from '@emotion/react';

export const ContainerStyle = css`
display: flex;
justify-content: center;
justify-content: flex-start;
align-items: center;
`;

0 comments on commit f53ba61

Please sign in to comment.