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 0c25ff6 commit 3692eb3Copy full SHA for 3692eb3
assets/css/main.css
@@ -762,3 +762,18 @@ a.examples-block:hover {
762
background-color: #FDA803;
763
color: #1D1D22;
764
}
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
779
0 commit comments