hide gutter in mini repl
This commit is contained in:
parent
c287ff554c
commit
ae868c6372
3 changed files with 8 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
.cm-activeLine {
|
.cm-activeLine,
|
||||||
|
.cm-activeLineGutter {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -11,3 +12,7 @@
|
||||||
.cm-scroller {
|
.cm-scroller {
|
||||||
font-family: inherit !important;
|
font-family: inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cm-gutters {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ Mac: `Strg` = `control` oder auch `option`
|
||||||
|
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
Glückwunsch, du kannst nun live coden!
|
Glückwunsch, du kannst jetzt live coden!
|
||||||
|
|
||||||
## Sounds
|
## Sounds
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,8 @@
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#code .cm-content {
|
|
||||||
padding-top: 12px !important;
|
|
||||||
padding-left: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#code .cm-scroller {
|
#code .cm-scroller {
|
||||||
|
padding-top: 10px !important;
|
||||||
padding-bottom: 50vh;
|
padding-bottom: 50vh;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue