We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2b74a commit 6e5f743Copy full SHA for 6e5f743
src/content-script/styles.scss
@@ -1362,10 +1362,9 @@
1362
border: 0;
1363
border-top: 1px solid var(--theme-border-color);
1364
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 */
+ height: 70px;
+ min-height: 70px;
+ resize: none !important;
1369
background-color: var(--theme-color);
1370
color: var(--font-color);
1371
@@ -1463,6 +1462,8 @@
1463
1462
overflow: hidden;
1464
min-width: 350px;
1465
min-height: 300px;
+ max-width: 90vw;
1466
+ max-height: 90vh;
1467
1468
display: flex;
1469
flex-direction: column;
0 commit comments