fix: anchor links
fixes https://github.com/tidalcycles/strudel/issues/432 + fix style regression in mini repl
This commit is contained in:
parent
12eb361d69
commit
64ad75c79e
6 changed files with 104 additions and 95 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue