Skip to content

Commit

Permalink
add terminal resizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 23, 2024
1 parent 15051c0 commit de81bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/components/Interpreter/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
--background: #14232d;
--color: white;
height: calc((var(--size, 1) * 14 * 12px) + 20px);
min-height: calc((var(--size, 1) * 5 * 12px) + 20px);
resize: vertical;
overflow: hidden;
}
.intro .term:not(.terminal) {
background: var(--background);
Expand Down

0 comments on commit de81bd6

Please sign in to comment.