Skip to content

Commit c2c5813

Browse files
authored
Merge pull request #77 from Jonghakseo/dev
1.4.10
2 parents 61dbbe7 + f5494ce commit c2c5813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drag-gpt",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "Drag GPT chrome extension",
55
"license": "MIT",
66
"repository": {

src/pages/popup/components/layout/MainLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Container = styled.div`
88
position: relative;
99
width: fit-content;
1010
height: fit-content;
11-
min-width: 300px;
11+
min-width: 440px;
1212
min-height: 300px;
1313
1414
display: flex;

0 commit comments

Comments
 (0)