ansi codeblock stuff

This commit is contained in:
Cynthia Foxwell 2023-06-24 22:04:08 -06:00
parent 1f73fee22b
commit c0f417713b
1 changed files with 15 additions and 0 deletions

View File

@ -2022,6 +2022,10 @@ code.inline {
[class^="markup-"] ol,
[class^="markup-"] ul {
margin: 4px 0 0 24px !important;
}
.hljs.ansi {
line-height: 12px !important;
}`,
'The Funny': `@font-face {
font-family: "Pointfree";
@ -6872,6 +6876,17 @@ div[class^="sidebar-"]:not(:has(> [class^="side-"])):not(:hover)
font-family: var(--font-code) !important;
}
.hljs.ansi {
line-height: normal !important;
}
.hljs.ansi .bcb-lines {
grid-template-columns: auto;
}
.hljs.ansi .bcb-number {
display: none;
min-height: unset;
}
/* unbreak resizing webms :^) */
/*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] {
min-width: 10px;