Skip to content

Commit 69091ca

Browse files
committed
fix: 스토리북 뷰포트 설정 삭제
1 parent de1697c commit 69091ca

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

.storybook/preview.tsx

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -44,71 +44,6 @@ const preview: Preview = {
4444
date: /Date$/i,
4545
},
4646
},
47-
viewport: {
48-
defaultViewport: "desktop",
49-
viewports: {
50-
// 모바일 - 아이폰
51-
iphone12: {
52-
name: "iPhone 12",
53-
styles: {
54-
width: "390px",
55-
height: "844px",
56-
},
57-
},
58-
iphone12promax: {
59-
name: "iPhone 12 Pro Max",
60-
styles: {
61-
width: "428px",
62-
height: "926px",
63-
},
64-
},
65-
// 모바일 - 갤럭시
66-
galaxys8: {
67-
name: "Galaxy S8",
68-
styles: {
69-
width: "360px",
70-
height: "740px",
71-
},
72-
},
73-
galaxys20: {
74-
name: "Galaxy S20",
75-
styles: {
76-
width: "412px",
77-
height: "915px",
78-
},
79-
},
80-
// 태블릿 - 아이패드
81-
ipadMini: {
82-
name: "iPad Mini",
83-
styles: {
84-
width: "768px",
85-
height: "1024px",
86-
},
87-
},
88-
ipadAir: {
89-
name: "iPad Air",
90-
styles: {
91-
width: "820px",
92-
height: "1180px",
93-
},
94-
},
95-
ipadPro: {
96-
name: "iPad Pro",
97-
styles: {
98-
width: "1024px",
99-
height: "1366px",
100-
},
101-
},
102-
// 데스크톱
103-
desktop: {
104-
name: "Desktop",
105-
styles: {
106-
width: "1440px",
107-
height: "1024px",
108-
},
109-
},
110-
},
111-
},
11247
},
11348
decorators: [withProviders],
11449
};

0 commit comments

Comments
 (0)