fix: anchor links

fixes https://github.com/tidalcycles/strudel/issues/432
+ fix style regression in mini repl
This commit is contained in:
Felix Roos 2023-02-13 00:35:40 +01:00
parent 12eb361d69
commit 64ad75c79e
6 changed files with 104 additions and 95 deletions

View file

@ -10,14 +10,14 @@
opacity: 0.5;
}
.cm-content {
#code .cm-content {
padding-top: 12px !important;
padding-left: 8px !important;
}
.cm-scroller {
#code .cm-scroller {
padding-bottom: 50vh;
}
.cm-line > * {
#code .cm-line > * {
background: var(--lineBackground);
}