cleaned up the cli

This commit is contained in:
cozis
2022-05-05 18:36:36 +02:00
parent 8d37a120d3
commit 0383d9494f
5 changed files with 128 additions and 41 deletions
+11 -4
View File
@@ -1,13 +1,18 @@
div.c2h-main {
}
div.c2h-code {
max-height: 80vh;
margin: 50px;
max-height: 600px;
padding: 10px;
border-radius: 3px;
color: white;
font-family: monospace;
font-size: 16px;
color: white;
background: hsl(210, 15%, 22%);
padding: 10px;
}
div.c2h-code-inner::-webkit-scrollbar {
@@ -21,6 +26,7 @@
div.c2h-code-inner {
overflow: auto;
height: inherit;
max-height: inherit;
scrollbar-color: hsla(210, 13%, 40%, 0.7) transparent;
}
@@ -32,6 +38,7 @@
div.c2h-code table td {
color: white;
vertical-align: top;
}
div.c2h-code table td:first-child {