hide gutter in mini repl

This commit is contained in:
Felix Roos 2023-06-09 00:46:04 +02:00
parent c287ff554c
commit ae868c6372
3 changed files with 8 additions and 7 deletions

View file

@ -22,12 +22,8 @@
opacity: 0.5;
}
#code .cm-content {
padding-top: 12px !important;
padding-left: 8px !important;
}
#code .cm-scroller {
padding-top: 10px !important;
padding-bottom: 50vh;
font-family: inherit;
}