Make Modular

This commit is contained in:
CI 2023-06-25 04:04:40 +00:00
parent c0f417713b
commit 0968534983
2 changed files with 15 additions and 0 deletions

View File

@ -345,6 +345,17 @@ code,
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;

View File

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