Merge pull request '[i299] fix auto scroll highlighting of code blocks' (#302) from i299_fix-auto-scroll-highlighting-of-code-blocks into main
Reviewed-on: #302
This commit was merged in pull request #302.
This commit is contained in:
@@ -755,11 +755,14 @@ fieldset > table td input[type="radio"] {
|
|||||||
}
|
}
|
||||||
#show_notes pre
|
#show_notes pre
|
||||||
{
|
{
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
#show_notes code {
|
||||||
|
display: inline-block;
|
||||||
background-color: var(--show-notes-pre-background);
|
background-color: var(--show-notes-pre-background);
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
overflow: scroll;
|
|
||||||
padding: 0.1em 0;
|
padding: 0.1em 0;
|
||||||
}
|
}
|
||||||
nav.episodes {
|
nav.episodes {
|
||||||
color: var(--background-primary);
|
color: var(--background-primary);
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|||||||
Reference in New Issue
Block a user