Skip to content

Commit c5f16d3

Browse files
committed
refactor: 紐⑤�� �ㅽ‾¢�� top, right ��
1 parent 1fdb314 commit c5f16d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/BotAi/modal/BotStepDrive.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { css } from '@emotion/react';
55

66
const modalStyle = css`
77
position: fixed;
8-
top: 49%;
9-
right: 17%;
8+
top: 55%;
9+
right: 10%;
1010
transform: translateY(-50%);
1111
width: 500px;
1212
height: auto;

src/components/BotAi/modal/BotStepNotion.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import checkWhite from '../../../assets/icons/check-white.svg';
99

1010
const modalStyle = css`
1111
position: fixed;
12-
top: 50%;
13-
right: 17%;
12+
top: 55%;
13+
right: 10%;
1414
transform: translateY(-50%);
1515
width: 500px;
1616
height: auto;

src/components/BotAi/modal/BotStepPDF.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { css } from '@emotion/react';
66

77
const modalStyle = css`
88
position: fixed;
9-
top: 49%;
10-
right: 17%;
9+
top: 55%;
10+
right: 10%;
1111
transform: translateY(-50%);
1212
width: 500px;
1313
height: auto;

0 commit comments

Comments
 (0)