Skip to content

Commit

Permalink
Add padding & rounding to MicroPython terminal (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLowe1002 authored May 10, 2024
1 parent 0c25ff6 commit 3692eb3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -762,3 +762,18 @@ a.examples-block:hover {
background-color: #FDA803;
color: #1D1D22;
}


/* ----------------------------------
MicroPython Terminal
-----------------------------------*/

.xterm {
padding-left: 1rem;
border-radius: 10px;
overflow-y: auto;
}

.xterm .xterm-viewport {
border-radius: 10px;
}

0 comments on commit 3692eb3

Please sign in to comment.