Skip to content

Commit 6e5f743

Browse files
committed
Fix: Apply code review suggestions
1 parent 9d2b74a commit 6e5f743

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/content-script/styles.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,10 +1362,9 @@
13621362
border: 0;
13631363
border-top: 1px solid var(--theme-border-color);
13641364
width: 100%;
1365-
// height: 100%; <-- COMMENT OUT OR DELETE THIS LINE
1366-
height: 70px; /* <-- SET A FIXED STARTING HEIGHT */
1367-
min-height: 70px; /* <-- SET A MINIMUM HEIGHT */
1368-
resize: none !important; /* <-- DISABLE THE TEXTAREA'S OWN RESIZE */
1365+
height: 70px;
1366+
min-height: 70px;
1367+
resize: none !important;
13691368
background-color: var(--theme-color);
13701369
color: var(--font-color);
13711370

@@ -1463,6 +1462,8 @@
14631462
overflow: hidden;
14641463
min-width: 350px;
14651464
min-height: 300px;
1465+
max-width: 90vw;
1466+
max-height: 90vh;
14661467

14671468
display: flex;
14681469
flex-direction: column;

0 commit comments

Comments
 (0)