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 {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
|
@ -22,4 +22,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
|
|
@ -982,9 +982,9 @@ svg[fill="#FF73FA"] {
|
|||
background-color: #{colors.$c1};
|
||||
}
|
||||
|
||||
a[class^="anchor_"]:not([aria-controls^="popout_"]) {
|
||||
/*a[class^="anchor_"]:not([aria-controls^="popout_"]) {
|
||||
color: var(--text-link) !important;
|
||||
}
|
||||
}*/
|
||||
|
||||
.theme-light [class*="button_"][class*="lookFilled_"][class*="colorPrimary_"] {
|
||||
color: var(--text-normal) !important;
|
||||
|
|
|
@ -124,12 +124,11 @@
|
|||
:root,
|
||||
.theme-dark,
|
||||
.theme-light {
|
||||
--font-primary: "Tahoma", "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
||||
"Twemoji Mozilla", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-display: "Tahoma", "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
||||
"Twemoji Mozilla", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono", "UnifontBitmap",
|
||||
"Unifont Windows", "Unifont", monospace !important;
|
||||
--font-primary: "Tahoma", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
||||
"Twemoji Mozilla", "Unifont", monospace !important;
|
||||
--font-display: "Tahoma", "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono",
|
||||
"Twemoji Mozilla", "Unifont", monospace !important;
|
||||
--font-code: "Terminus (TTF)", "Sazanami Gothic", "UnifontExMono", "Unifont", "Iosevka Term", "PragmataPro Mono", monospace !important;
|
||||
|
||||
--_font-titlebars: var(--font-primary) !important;
|
||||
}
|
||||
|
@ -182,27 +181,27 @@ span[class="role-tag"],
|
|||
[class*="after_inlineCode_"],
|
||||
[class*="before_inlineCode_"],
|
||||
[class^="inlineCode_"] {
|
||||
font-size: 12px !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.hljs-ansi-style-bold {
|
||||
/*.hljs-ansi-style-bold {
|
||||
font-weight: 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
[class^="markup_"] [class^="codeInline_"],
|
||||
code.inline,
|
||||
.hljs {
|
||||
font-size: 12px !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.bcb-number {
|
||||
min-height: 12px;
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
[class^="markup_"] code,
|
||||
[class^="markup_"] [class^="codeInline_"],
|
||||
code.inline {
|
||||
line-height: 12px !important;
|
||||
line-height: 16px !important;
|
||||
}
|
||||
|
||||
[class^="markup_"] ol,
|
||||
|
@ -211,7 +210,7 @@ code.inline {
|
|||
}
|
||||
|
||||
.hljs.ansi {
|
||||
line-height: 12px !important;
|
||||
line-height: 16px !important;
|
||||
.bcb-lines {
|
||||
grid-template-columns: auto;
|
||||
|
||||
|
|
|
@ -47,6 +47,22 @@
|
|||
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 */
|
||||
*,
|
||||
[class],
|
||||
|
|
Loading…
Reference in a new issue