File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/components/BotAi/modal Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { css } from '@emotion/react';
55
66const 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;
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import checkWhite from '../../../assets/icons/check-white.svg';
99
1010const 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;
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import { css } from '@emotion/react';
66
77const 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;
You can’t perform that action at this time.
0 commit comments