backlog
This commit is contained in:
parent
82ff4a261c
commit
02cc0343bb
4 changed files with 32 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
||||||
[class^="messageListItem_"]:has(.hljs.ansi):has(+ [class^="messageListItem_"] .hljs.ansi) {
|
/*[class^="messageListItem_"]:has(.hljs.ansi):has(+ [class^="messageListItem_"] .hljs.ansi) {
|
||||||
.hljs.ansi {
|
.hljs.ansi {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
@ -22,4 +22,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
|
@ -982,9 +982,9 @@ svg[fill="#FF73FA"] {
|
||||||
background-color: #{colors.$c1};
|
background-color: #{colors.$c1};
|
||||||
}
|
}
|
||||||
|
|
||||||
a[class^="anchor_"]:not([aria-controls^="popout_"]) {
|
/*a[class^="anchor_"]:not([aria-controls^="popout_"]) {
|
||||||
color: var(--text-link) !important;
|
color: var(--text-link) !important;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.theme-light [class*="button_"][class*="lookFilled_"][class*="colorPrimary_"] {
|
.theme-light [class*="button_"][class*="lookFilled_"][class*="colorPrimary_"] {
|
||||||
color: var(--text-normal) !important;
|
color: var(--text-normal) !important;
|
||||||
|
|
|
@ -124,12 +124,11 @@
|
||||||
:root,
|
:root,
|
||||||
.theme-dark,
|
.theme-dark,
|
||||||
.theme-light {
|
.theme-light {
|
||||||
--font-primary: "Tahoma", "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
--font-primary: "Tahoma", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
||||||
"Twemoji Mozilla", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
"Twemoji Mozilla", "Unifont", monospace !important;
|
||||||
--font-display: "Tahoma", "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
--font-display: "Tahoma", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
||||||
"Twemoji Mozilla", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
"Twemoji Mozilla", "Unifont", monospace !important;
|
||||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono", "UnifontBitmap",
|
--font-code: "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono", "Unifont", "Iosevka Term", "PragmataPro Mono", monospace !important;
|
||||||
"Unifont Windows", "Unifont", monospace !important;
|
|
||||||
|
|
||||||
--_font-titlebars: var(--font-primary) !important;
|
--_font-titlebars: var(--font-primary) !important;
|
||||||
}
|
}
|
||||||
|
@ -182,27 +181,27 @@ span[class="role-tag"],
|
||||||
[class*="after_inlineCode_"],
|
[class*="after_inlineCode_"],
|
||||||
[class*="before_inlineCode_"],
|
[class*="before_inlineCode_"],
|
||||||
[class^="inlineCode_"] {
|
[class^="inlineCode_"] {
|
||||||
font-size: 12px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs-ansi-style-bold {
|
/*.hljs-ansi-style-bold {
|
||||||
font-weight: 0;
|
font-weight: 0;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
[class^="markup_"] [class^="codeInline_"],
|
[class^="markup_"] [class^="codeInline_"],
|
||||||
code.inline,
|
code.inline,
|
||||||
.hljs {
|
.hljs {
|
||||||
font-size: 12px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bcb-number {
|
.bcb-number {
|
||||||
min-height: 12px;
|
min-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="markup_"] code,
|
[class^="markup_"] code,
|
||||||
[class^="markup_"] [class^="codeInline_"],
|
[class^="markup_"] [class^="codeInline_"],
|
||||||
code.inline {
|
code.inline {
|
||||||
line-height: 12px !important;
|
line-height: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="markup_"] ol,
|
[class^="markup_"] ol,
|
||||||
|
@ -211,7 +210,7 @@ code.inline {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs.ansi {
|
.hljs.ansi {
|
||||||
line-height: 12px !important;
|
line-height: 16px !important;
|
||||||
.bcb-lines {
|
.bcb-lines {
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,22 @@
|
||||||
height: calc(100vh - 128px);
|
height: calc(100vh - 128px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class^="devBanner_"] {
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
& > svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > [class^="closeButton_"] {
|
||||||
|
width: 19px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
nav[class*="guilds_"] [class^="itemsContainer_"] > [class^="footer_"] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* unround */
|
/* unround */
|
||||||
*,
|
*,
|
||||||
[class],
|
[class],
|
||||||
|
|
Loading…
Reference in a new issue