Compare commits

..

2 commits

Author SHA1 Message Date
CI
0968534983 Make Modular 2023-06-25 04:04:40 +00:00
c0f417713b ansi codeblock stuff 2023-06-24 22:04:18 -06:00
3 changed files with 30 additions and 0 deletions

View file

@ -345,6 +345,17 @@ code,
font-family: var(--font-code) !important; 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 :^) */ /* unbreak resizing webms :^) */
/*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] { /*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] {
min-width: 10px; min-width: 10px;

View file

@ -137,3 +137,7 @@ code.inline {
[class^="markup-"] ul { [class^="markup-"] ul {
margin: 4px 0 0 24px !important; margin: 4px 0 0 24px !important;
} }
.hljs.ansi {
line-height: 12px !important;
}

View file

@ -2022,6 +2022,10 @@ code.inline {
[class^="markup-"] ol, [class^="markup-"] ol,
[class^="markup-"] ul { [class^="markup-"] ul {
margin: 4px 0 0 24px !important; margin: 4px 0 0 24px !important;
}
.hljs.ansi {
line-height: 12px !important;
}`, }`,
'The Funny': `@font-face { 'The Funny': `@font-face {
font-family: "Pointfree"; font-family: "Pointfree";
@ -6872,6 +6876,17 @@ div[class^="sidebar-"]:not(:has(> [class^="side-"])):not(:hover)
font-family: var(--font-code) !important; 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 :^) */ /* unbreak resizing webms :^) */
/*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] { /*[class^="mediaAttachmentsContainer-"] [class^="imageWrapper-"] {
min-width: 10px; min-width: 10px;