mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Compare commits
No commits in common. "09685349830d245594c070185680889fbcbbe396" and "1f73fee22b424141ee110cf8d03eac50fe300dad" have entirely different histories.
0968534983
...
1f73fee22b
3 changed files with 0 additions and 30 deletions
|
@ -345,17 +345,6 @@ 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;
|
||||||
|
|
|
@ -137,7 +137,3 @@ 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;
|
|
||||||
}
|
|
||||||
|
|
15
xmc.user.css
15
xmc.user.css
|
@ -2022,10 +2022,6 @@ 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";
|
||||||
|
@ -6876,17 +6872,6 @@ 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;
|
||||||
|
|
Loading…
Reference in a new issue