Skip to content

Commit 3692eb3

Browse files
Add padding & rounding to MicroPython terminal (#67)
1 parent 0c25ff6 commit 3692eb3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

assets/css/main.css

+15
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,18 @@ a.examples-block:hover {
762762
background-color: #FDA803;
763763
color: #1D1D22;
764764
}
765+
766+
767+
/* ----------------------------------
768+
MicroPython Terminal
769+
-----------------------------------*/
770+
771+
.xterm {
772+
padding-left: 1rem;
773+
border-radius: 10px;
774+
overflow-y: auto;
775+
}
776+
777+
.xterm .xterm-viewport {
778+
border-radius: 10px;
779+
}

0 commit comments

Comments
 (0)